ssingh Posted February 7, 2013 Report Share Posted February 7, 2013 I am doing design and verification with systemverilog. My UVM environment has all input data arrays in sequence item as of type 'bit'. My design uses the type 'logic'. It is allowed in systemverilog to assign bit type to logic type and vice versa. But I still get the error: Connection type 'bit[15:0]$[5569:0]' is incompatible with 'reg[15:0]$[5569:0]' for port (input_row_1): Array elems. must both be 2-state or 4-state. Why does this happen? Quote Link to comment Share on other sites More sharing options...
sri.cvcblr Posted February 10, 2013 Report Share Posted February 10, 2013 See: http://www.cvcblr.com/blog/?p=697 '> http://www.cvcblr.com/blog/?p=697 Srini Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.