|
|
|
|
|
by Dolu
896 days ago
|
|
> The HLS generated verilog is name mangled Chisel, SpinalHDL, Clash, Migen, Amaranth aren't HLS Most of the time, if you get some verilog out of those tools with mangled names, it can be because of bad coding practice. Here is some examples about how to preserve good names for SpinalHDL :
https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/S... |
|