You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met a problem in phase elaborate when used a xcelium as a sim tool. Because each module file contains into one -makelib group xcelium create much top units.
As result I saw error: Port or terminal connection type check failed on instance 'tb' (expecting datatype compatible with 'class $unit::<type>' but found a different class $unit::'<type>' instead).
I re-grouped file list as below
-makelib worklib some xmvlog_options +define+vlogdefine_bool=1 +define+vlogdefine_int=42 +define+vlogdefine_str=hello -sv +incdir+. sv_file.sv another_sv_file.sv -endlib
-makelib worklib some xmvlog_options +define+vlogdefine_bool=1 +define+vlogdefine_int=42 +define+vlogdefine_str=hello +incdir+. vlog_file.v vlog05_file.v -endlib
-makelib worklib various xmvhdl_options vhdl_file.vhd -endlib
-makelib libx various xmvhdl_options vhdl_lfile -endlib
-makelib worklib -v200x various xmvhdl_options vhdl2008_file -endlib
After that I didn't saw this error. Is it possible to change grouping in file-list xcelium?
The text was updated successfully, but these errors were encountered:
I met a problem in phase elaborate when used a xcelium as a sim tool. Because each module file contains into one -makelib group xcelium create much top units.
As result I saw error:
Port or terminal connection type check failed on instance 'tb' (expecting datatype compatible with 'class $unit::<type>' but found a different class $unit::'<type>' instead).
I re-grouped file list as below
After that I didn't saw this error. Is it possible to change grouping in file-list xcelium?
The text was updated successfully, but these errors were encountered: