soloist_huaxin
Newbie level 3
Hi all,
I'm currently building sth that uses a pre-defined RAM. I use altsyncram IP along with .hex file as initialization since Modelsim doesn't support .mif files. When I'm simulating it in Modelsim, I got warnings like "failed to open file 'mem_data.hex' for reading. No such file or directory." I put the .hex file in the same directory with the memory IP verilog file generated by Megacore. According to this place, **broken link removed**, I got the convert_hex2ver.dll and put it in both ${Quartus_path}/eda/mentor/modelsim/ and ${Modelsim_path}/win32aloem/. Seems like Modelsim can find the dll file but failed to find the hex file. What should I do here? Any suggestion is welcome
I'm using Quartus II 9.1 version with Modelsim_Altera Starter edition 6.5b.
I'm currently building sth that uses a pre-defined RAM. I use altsyncram IP along with .hex file as initialization since Modelsim doesn't support .mif files. When I'm simulating it in Modelsim, I got warnings like "failed to open file 'mem_data.hex' for reading. No such file or directory." I put the .hex file in the same directory with the memory IP verilog file generated by Megacore. According to this place, **broken link removed**, I got the convert_hex2ver.dll and put it in both ${Quartus_path}/eda/mentor/modelsim/ and ${Modelsim_path}/win32aloem/. Seems like Modelsim can find the dll file but failed to find the hex file. What should I do here? Any suggestion is welcome
I'm using Quartus II 9.1 version with Modelsim_Altera Starter edition 6.5b.