steveicarus / iverilog

Icarus Verilog
https://steveicarus.github.io/iverilog/
GNU General Public License v2.0
2.86k stars 530 forks source link

The sv_parameter_type test hangs #1083

Closed steveicarus closed 9 months ago

steveicarus commented 10 months ago

This test is marked as NI since it hangs at run time. The test is here: ivtest/ivltests/sv_parameter_type.v

caryr commented 9 months ago

This looks like a bug.

larsclausen commented 9 months ago

This is the same as #1074. We have a partially driven 2-state vector and the undriven bits are 'z instead if '0 and then we get 'x as the result of any operation on them.

martinwhitaker commented 9 months ago

Fixed in the master branch.