↧
Installing Migen – the Python based hardware description language
Migen is a Python tool which helps you to describe hardware(like Verilog and VHDL) in Python langauge. Like a C compiler which converts C language to assembly, Migen converts Python code to...
View ArticleDesigning a D flip-flop using Migen
If you haven’t installed Migen or don’t know about Migen, read my previous blog post Installing Migen – the Python based hardware description language D flip-flops A D flip-flop spits the data out...
View Article