A
agape
Guest
I have compiled all my codes in System Verilog 3.1 with Modelsim 6.0.
Upon runnng, I get the following:
# ** Warning: (vsim-3198) [TSCALE] - Module 'packet_checker' does not
have a `timescale directive in effect, but previous modules do.
# Region: /exuunit_test/exu_frpu_checker
# ** Error: (vsim-PLI-3691)
/group/users/topunit/models/v060_user2/vhdl/exuunit_test/exuunit_test.v(567):
Expected a system task, not a system function '$sscanf'.
# Region: /exuunit_test/wb_inject
And much more lines with $fgets, $ungetc and ...
Do I know to compile PLIs or other files in 6.0 to get this to work?
Thank You.
Upon runnng, I get the following:
# ** Warning: (vsim-3198) [TSCALE] - Module 'packet_checker' does not
have a `timescale directive in effect, but previous modules do.
# Region: /exuunit_test/exu_frpu_checker
# ** Error: (vsim-PLI-3691)
/group/users/topunit/models/v060_user2/vhdl/exuunit_test/exuunit_test.v(567):
Expected a system task, not a system function '$sscanf'.
# Region: /exuunit_test/wb_inject
And much more lines with $fgets, $ungetc and ...
Do I know to compile PLIs or other files in 6.0 to get this to work?
Thank You.