It has been a long time that I posted on my webpage related to Digital Design and SoC concepts. This post will be related to Zynq Processing System (PS) DMA usage example and performance analysis on data transfer between DDR3 RAM, OCM and PL Block RAM. I will provide both PL and PS designs and […]
Yazar: Burak Aykenar

YAŞADIĞIM KALP KRİZİ VE SONRASINDA BANA DÜŞÜNDÜRDÜKLERİ
Ölüm hakkında ne düşünüyorsun?

Synthesis N-bit Counter with Open-Source Yosys Synthesizer
In this post, I will show how to install Yosys open source synthesizer and how to use basiccommands. Also I will synthesize N-bit counter that I have written in the first post of this series. Yosys works on Linux environment. If you are a Windows user and want to use Yosys, you needCygwin to emulate […]

FPGA Synthesis | Xilinx Spartan-3E/6 and 7-Series Library Analysis
In my previous, actually first post about ASIC design with open source tools, I talked about the first automation step, which is synthesis and its output, which is a netlist: https://www.mehmetburakaykenar.com/first-step-to-asic-design-synthesis-netlist-verilog-counter-example-on-vivado/254/ We saw that an N-bit Verilog counter code is synthesized into logic cells and nets connecting them. File formats for this information in Vivado […]

First Step to ASIC Design: Synthesis & Netlist | Verilog Counter Example on Vivado
This is the first post on this subject: Open Source ASIC Design. I am interested in ASIC design recently. For years (>10) I designed digital circuits with VHDL. At the beginning of this year (2022), I started working in Yongatek Microelectronics company, located in Istanbul and Ankara in Turkey. Here WE {I adapted quickly and […]

Dininden Dönenler vs Kimsenin Kınamasından Korkmayanlar
Ey iman edenler! Sizden kim dininden dönerse bilsin ki Allah öyle bir kavim getirecektir ki Allah onları sever, onlar da Allah’ı severler; müminlere karşı alçak gönüllü, kâfirlere karşı vakarlıdırlar; Allah yolunda cihad ederler ve hiç kimsenin kınamasından korkmazlar. İşte bu Allah’ın dilediğine verdiği bir lütfudur. Allah’ın lütfu geniştir; O, her şeyi bilir.

DÜNYADA MUTLULUK MÜMKÜN MÜ ? ÖLÜMDEN KORKMAMAK MÜMKÜN MÜ?
2022 yılındayız. Sonunda zaman ayırıp sitede ilk defa “Dini Yazılar” kısmında bir yazı paylaşabiliyorum. Etrafa ve kendimize baktığımızda, herkesin, istisnasız herkesin bir koşuşturmaca içerisinde olduğunu bir tek ben mi görüyorum? Eminim pek çoğunuz bunun farkındasınızdır. “Hayat koşuşturmacasından fırsat bulup …” şeklinde başlayan yazılar eminim görmüşsünüzdür. Neden koşuyoruz? Koşmak zorunda mıyız? Bir de ne için ve […]

VHDL vs VERILOG – NOT WHICH IS BETTER COMPARISON !!!
I don’t want to get into the discussion of which is better for HDL programming VHDL or Verilog. I just want to compare some language constructs of the two. The reason I am writing this post is just to remember me and who reads it what language construct, block is equivalent to other, a kind of cheat sheet or etc.