Altera_Forum
Honored Contributor
18 years agoquartus_map.exe Exception: Access Violation
Moin,
Returning back from my QII7.1 Experience to QII6.1, i'm faced with new "fun". I've a simple design here, consisting of an SOPC (containing NIOS-cpu,pll,ddr-sdram,jtag-uart,uart, tristate bridge, cfi-flash and lan91c111); running on the CyclonII-NIOS-Eval Board. It already did compile and i was able to run (e.g. Hello World-)Software on the design. Suddenly, (i have no idea, if it had to do with my previous installed QII7.1) Quartus crashes, when i compile. Running SOPC-Builder seems to be ok but right after pressing the compile button in Quartus this happens:*** Fatal Error: Module: quartus_map.exe Exception: Access Violation
0x132E8 : qcu_read_acf_assignment + 0x107C (comp_qcu)
0xA936 : (quartus_map)
0x94EF : qexe_get_command_line + 0xE1 (comp_qexe)
0xB362 : qexe_run_tcl_option + 0x4E2 (comp_qexe)
0xB3AF : qexe_standard_main + 0x14 (comp_qexe)
0x2A32B : msg_exe_main + 0xDB (CCL_MSG)
0x9D4D : (quartus_map)
0x16FD6 : RegisterWaitForInputIdle + 0x48 (kernel32)
0x83C5FFFF: MEM_MANAGER::s_quartus_memory_counter + 0xFFDBEFC2 (MSVCR71)
End-trace Asking Google took me to the advice to run manually the "remove_add_constraints_for_ddr_sdram_0.tcl" script from QII. This script ran without error but didn't change anything. Error still comes right after pressing the compile button. OOps - i almost forgot the line in the "Processing" window: Info: Command: quartus_map --read_settings_files=on --write_settings_files=off ov70eval -c ov70eval --analysis_and_elaboration (I get the same result, if i start this command from a cygwin shell.) Anybody got any further advice for me? Cheers, WK