Platform Designer fails to generate Verilog simulation model - "Error during execution of script generate_hps_sdram.tcl"
This problem recently started happening with my own project, but it can also be replicated with the DE10_Standard_GHRD project from Terasic's DE10-Standard_v.1.2.8_SystemCD. I am using Platform Designer 18.0 Build 614.
Generating Verilog for synthesis works OK, but if I enable generation of a Verilog simulation model, I get 92 error messages (more than I'm allowed to quote here, the full log is attached), and the simulation model seems to be incomplete and is not usable.
I'll put the start and end of the error list here:
Error: fpga_interfaces: Error during execution of script generate_hps_sdram.tcl: s0: Error during execution of "{C:/programfiles/altera/18.0/quartus/../nios2eds/Nios II Command Shell.bat} make all 2>> stderr.txt": child process exited abnormally
Error: fpga_interfaces: Error during execution of script generate_hps_sdram.tcl: s0: Execution of command "{C:/programfiles/altera/18.0/quartus/../nios2eds/Nios II Command Shell.bat} make all 2>> stderr.txt" failed
Error: fpga_interfaces: Error during execution of script generate_hps_sdram.tcl: s0: Authorized application C:\ProgramFiles\altera\18.0\quartus\bin64\jtagserver.exe is enabled in the firewall.
Error: fpga_interfaces: Error during execution of script generate_hps_sdram.tcl: s0: ]2;Altera Nios II EDS 18.0 [gcc4]C:/programfiles/altera/18.0/quartus/bin64/uniphy_mcc -ac_code sequencer_mc/ac_rom.s -inst_code sequencer_mc/inst_rom.s -ac_rom ../hps_AC_ROM.hex -inst_rom ../hps_inst_ROM.hex -header sequencer/sequencer_auto.h -vheader ../sequencer_auto_h.sv -ac_rom_init sequencer/sequencer_auto_ac_init.c -inst_rom_init sequencer/sequencer_auto_inst_init.c -DAC_ROM_USER_ADD_0=0_0000_0000_0000 -DAC_ROM_USER_ADD_1=0_0000_0000_1000 -DAC_ROM_MR0=0010001110001 -DAC_ROM_MR0_CALIB= -DAC_ROM_MR0_DLL_RESET=0010101110000 -DAC_ROM_MR1=0000001000100 -DAC_ROM_MR1_OCD_ENABLE= -DAC_ROM_MR2=0000000010000 -DAC_ROM_MR3=0000000000000 -DAC_ROM_MR0_MIRR=0010001101001 -DAC_ROM_MR0_DLL_RESET_MIRR=0010011101000 -DAC_ROM_MR1_MIRR=0000000100100 -DAC_ROM_MR2_MIRR=0000000001000 -DAC_ROM_MR3_MIRR=0000000000000 -DQUARTER_RATE=0 -DHALF_RATE=0 -DFULL_RATE=1 -DNON_DES_CAL=0 -DAP_MODE=0 -DGUARANTEED_READ_BRINGUP_TEST=0 -DMEM_ADDR_WIDTH=13 -DHARD_PHY=1
...
Error: fpga_interfaces: 2019.02.14.14:13:47 Error: Generation stopped, 10 or more modules remaining
Error: fpga_interfaces: 2019.02.14.14:13:47 Info: hps_sdram: Done "hps_sdram" with 16 modules, 61 files
Info: fpga_interfaces: "hps_0" instantiated altera_interface_generator "fpga_interfaces"
Error: Generation stopped, 102 or more modules remaining
Info: soc_system: Done "soc_system" with 62 modules, 114 files
Error: qsys-generate failed with exit code 1: 93 Errors, 10 Warnings
Info: Finished: Create simulation modelThere are 20 lines of errors which start "Error: fpga_interfaces: Error during execution of script generate_hps_sdram.tcl", then it looks like it tries to continue but it hits another issue - "child process exited abnormally", but it's not clear what child process failed.
Does Platform Designer try to change firewall settings for jtagserver.exe? It's possible that the problem started when our network admin changed some management setting.
If anyone can even unpick what these error messages are trying to say, that would be appreciated.
Thanks,
Michael