Migen (Milkymist generator) is a Python-based tool that aims at automating further the VLSI design process.
+Migen is a Python-based tool that aims at automating further the VLSI design process.
Despite being faster than schematics entry, hardware design with Verilog and VHDL remains tedious and inefficient for several reasons. The event-driven model introduces issues and manual coding that are unnecessary for synchronous circuits, which represent the lion's share of today's logic designs. Counter-intuitive arithmetic rules result in steeper learning curves and provide a fertile ground for subtle bugs in designs. Finally, support for procedural generation of logic (metaprogramming) through "generate" statements is very limited and restricts the ways code can be made generic, reused and organized.
diff --git a/mixxeo.html b/mixxeo.html index c03db03..51730ed 100644 --- a/mixxeo.html +++ b/mixxeo.html @@ -5,14 +5,14 @@ -