In reply to chr_sue:
Hi
Yes sorry about the confusion. There are two gz downloads on that vif page and I was trying the other one.
Below is what I get after executing make:
QuestaSim vlog 10.5 Compiler 2016.02 Feb 12 2016
Start time: 14:05:34 on Mar 31,2016
vlog -suppress 2223 -suppress 2181 ./wishbone/wb_slave_mem.sv ./wishbone/wishbone_bus_syscon_if.sv ./top_modules/test_params_pkg.sv ./mac_mii/mii_if.sv ./mac_mii/mac_mii_protocol_module.sv ./eth/wb_register_pkg.sv ./eth/mac_info_pkg.sv ./wishbone/wishbone_pkg.sv ./mac_mii/mac_mii_pkg.sv ./sequences/sequences_pkg.sv ./env/env_pkg.sv ./tests/tests_pkg.sv ./top_modules/top_mac.sv “+incdir+./wishbone” “+incdir+./eth” “+incdir+./sequences” “+incdir+./mac_mii” “+incdir+./tests” “+incdir+./env” “+incdir+./uvm/src/uvm_register-2.0/src” “+incdir+/proj/eda/MENTOR/QUESTASIM/10.4d/questasim/verilog_src/uvm-1.1d/src”
– Compiling module wb_slave_mem
– Importing package mtiUvm.uvm_pkg (uvm-1.1d Built-in)
– Compiling package wishbone_bus_syscon_if_sv_unit
– Importing package mtiUvm.uvm_pkg (uvm-1.1d Built-in)
– Compiling interface wishbone_bus_syscon_if
– Compiling package test_params_pkg
– Compiling interface mii_if
– Compiling module mac_mii_protocol_module
– Compiling package wb_register_pkg
– Importing package uvm_register_pkg
– Compiling package mac_info_pkg
– Compiling package wishbone_pkg
– Importing package wb_register_pkg
– Compiling package mac_mii_pkg
– Importing package mac_info_pkg
– Importing package wishbone_pkg
** Error: (vlog-13069) ** while parsing file included at ./mac_mii/mac_mii_pkg.sv(39)
** at ./mac_mii/mac_tx_frame_seq.svh(137): near “;”: syntax error, unexpected ‘;’, expecting ‘(’.
** Error: ** while parsing file included at ./mac_mii/mac_mii_pkg.sv(39)
** at ./mac_mii/mac_tx_frame_seq.svh(144): Illegal declaration after the statement near line ‘137’. Declarations must precede statements. Look for stray semicolons.
– Compiling package sequences_pkg
** Error: ./sequences/sequences_pkg.sv(25): (vlog-13006) Could not find the package (mac_mii_pkg). Design read will continue, but expect a cascade of errors after this failure. Furthermore if you experience a vopt-7 error immediately before this error then please check the package names or the library search paths on the command line.
** Error: ./sequences/sequences_pkg.sv(27): (vlog-13006) Could not find the package (mac_mii_pkg). Design read will continue, but expect a cascade of errors after this failure. Furthermore if you experience a vopt-7 error immediately before this error then please check the package names or the library search paths on the command line.
** Error: ./sequences/sequences_pkg.sv(28): (vlog-13006) Could not find the package (mac_mii_pkg). Design read will continue, but expect a cascade of errors after this failure. Furthermore if you experience a vopt-7 error immediately before this error then please check the package names or the library search paths on the command line.
** Error: ** while parsing file included at ./sequences/sequences_pkg.sv(33)
** at ./sequences/mac_simple_duplex_seq.svh(34): (vlog-2730) Undefined variable: ‘ethernet_txn’.
** Error: ** while parsing file included at ./sequences/sequences_pkg.sv(33)
** at ./sequences/mac_simple_duplex_seq.svh(44): Invalid type ‘ethernet_txn’. Please check the type of the variable ‘eth_rsp_txn’.
** Error: (vlog-13069) ** while parsing file included at ./sequences/sequences_pkg.sv(33)
** at ./sequences/mac_simple_duplex_seq.svh(130): near “;”: syntax error, unexpected ‘;’, expecting ‘(’.
** Error: ** while parsing file included at ./sequences/sequences_pkg.sv(33)
** at ./sequences/mac_simple_duplex_seq.svh(132): Illegal declaration after the statement near line ‘130’. Declarations must precede statements. Look for stray semicolons.
** Error: (vlog-13069) ** while parsing file included at ./sequences/sequences_pkg.sv(33)
** at ./sequences/mac_simple_duplex_seq.svh(135): near “end”: syntax error, unexpected end.
snip…