PrincetonUniversity / ILAng

A Modeling and Verification Platform for SoCs using ILAs
https://bo-yuan-huang.gitbook.io/ilang/
MIT License
75 stars 18 forks source link

Verilog-gen Update #157

Closed zhanghongce closed 4 years ago

zhanghongce commented 4 years ago

Improvement:

Initially, constants are inline, but that does not allow bit-select from verilog constant, an update later used wire to hold constants, but may create multiple wires for the same constants if they are different nodes, this update creates a map to de-duplicate.