Closed
Description
While running a Verilog file through Odin crashes on : line 676 of ast_util.cpp
oassert(bit < var_node->types.number.binary_size);
ODIN mapping to constants directly in the module instantiation crashes
Expected Behaviour
should work since variables work
Current Behaviour
ODIN mapping to constants directly in the module instantiation crashes
Possible Solution
Odin expend constant to a larger bit size and prevents successful mapping (related to prevous issue raised)
Steps to Reproduce
run the verilog file with ./odin -V