- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is showing that 'fiftyfivenm_ff' is missing. How to resolve this issue . Please help
C:/altera/13.1/modelsim_ase/altera/verilog/twentynm
# C:/altera/13.1/modelsim_ase/altera/vhdl/altera
# C:/altera/13.1/modelsim_ase/altera/verilog/220model
# C:/altera/13.1/modelsim_ase/altera/verilog/altera_lnsim
# C:/altera/13.1/modelsim_ase/altera/verilog/altera_mf
# C:/altera/13.1/modelsim_ase/altera/verilog/altera
# C:/altera/13.1/modelsim_ase/altera/verilog/max
# C:/altera/13.1/modelsim_ase/altera/verilog/220model
# C:/altera/13.1/modelsim_ase/altera/verilog/maxii
# F:/goldn_pen/Golden_Pen_Top_iputf_libs/DDR_Data
# F:/goldn_pen/rtl_work
# C:/altera/13.1/modelsim_ase/verilog
# C:/altera/13.1/modelsim_ase/modelsim_lib
# C:/altera/13.1/modelsim_ase/altera/verilog/twentynm
# C:/altera/13.1/modelsim_ase/altera/vhdl/altera
# F:/goldn_pen/Golden_Pen_Top_iputf_libs/DDR_Data
# ** Error: (vsim-3033) F:/goldn_pen/*/*/DDR_Data_sim/altera_gpio_lite/altera_gpio_lite.sv(743): Instantiation of 'fiftyfivenm_ff' failed. The design unit was not found.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What are the full command that you use the vsim?
Usually this happened if you did not specify the libraries.
E.g. vsim -L stratixV....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Before giving simulation command on my testbench, I am adding all Verilog library i.e altera_ver, altera_mf_ver, altera_insim_ver and max_ver ;
It is showing error of "fiftyfivenm_ff failed".
I am using GUI for simulation and adding library into library option of pop up window for simulation.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you mention GUI simulation, are you referring to the Native link simulation?
You can look into https://www.youtube.com/watch?v=PmVVXQchv2c on how to setup one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
above youtube link helped me but the problem with DDR simulation still same. I was trying create new project in modelsim and run simulation after adding relevant libraries but I am getting same error both the way i.e. Nativelink or modelsim.
vsim -L altera -L lpm -L sgate -L altera_mf -L altera_lnsim -L fiftyfivenm -L fiftyfivenm_ver -L rtl_work -L work -L ddr_module -L DDR_Data -voptargs=\"+acc\" -t 1ps work.t2
# vsim -L altera -L lpm -L sgate -L altera_mf -L altera_lnsim -L fiftyfivenm -L fiftyfivenm_ver -L rtl_work -L work -L ddr_module -L DDR_Data -voptargs=\"+acc\" -t 1ps work.t2
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.std_logic_arith(body)
# Loading work.t2(simltn)
# Loading work.test2(behaviour)
# Loading ieee.numeric_std(body)
# Loading work.ddr_module(rtl)
# ** Error: (vsim-19) Failed to access library 'fiftyfivenm' at "fiftyfivenm".
#
# No such file or directory. (errno = ENOENT)
# ** Error: (vsim-19) Failed to access library 'fiftyfivenm_ver' at "fiftyfivenm_ver".
#
# No such file or directory. (errno = ENOENT)
I tried in VHDL coding and just added one IP i.e DDR and have done simulation and above error it occurred.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for providing this information again. The problem that you are facing is fiftyfivenm is Max 10 devices. Quartus 13.1 does not support that device. You will have to install the latest one Q18.1(windows) or Q19.1 (linux).
https://www.intel.com/content/www/us/en/programmable/downloads/download-center.html?wapkw=download+center

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page