Closed leonardt closed 5 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
fault/system_verilog_target.py | 0 | 4 | 0.0% | ||
<!-- | Total: | 0 | 4 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 945: | -0.1% |
Covered Lines: | 1368 |
Relevant Lines: | 1794 |
Fixes issue introduced in https://github.com/StanfordAHA/lassen/pull/95 where a 66 bit constant value was generated in system verilog and ncsim complained with:
This changes the system verilog backend to always emit the size of the integer literal using the
<size>'d<value>
syntax.