|
|
|
|
|
by vvanders
3735 days ago
|
|
Ugh. Every time I see imperative language X adapted to RTL/VHDL/Verilog I want to slap someone. They aren't the same, gates are a fundamentally different primitives. You shouldn't be using a language built around serial actions for something that's inherently parallel. You bring all sorts of baggage along that you don't need. [edit]
They don't even specify if their state machine generated is Mealy vs Moore. This is the stuff that you want control over and not abstracted away by some language that you don't know how it will synthesize. |
|
Chisel and Clash are not any different.