Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi in the tutorial by David , am having problem in section 4.5.2 Avalon-MM Master BFM.
when i perform the following step Compile the tutorial testbench ModelSim> vlog -sv $TUTORIAL/hdl/qsys_system/test/qsys_system_bfm_master_tb.sv -L qsys_system_bfm_master i get this error: # Model Technology ModelSim ALTERA vlog 6.5b Compiler 2009.10 Oct 1 2009 # -- Compiling module qsys_system_bfm_master_tb # ** Error: c:/temp/altera_jtag_to_avalon_mm_tutorial/hdl/qsys_system/test/qsys_system_bfm_master_tb.sv(48): Could not find the package (verbosity_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: c:/temp/altera_jtag_to_avalon_mm_tutorial/hdl/qsys_system/test/qsys_system_bfm_master_tb.sv(49): Could not find the package (avalon_mm_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. # C:/altera/91/modelsim_ase/win32aloem/vlog failed. -L qsys_system_bfm_master # invalid command name "-L" i have tried whatever i could , but not able to proceed. Can someone help ? Thanks in Advance!