- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am using Quartus Prime Standard 20.1 installed on Ubuntu 18.04 with Stratix IV EP4SGX230 development kit. I always hit HDL generation error at same point as long as I include the DDR3 controller in the design.
1. Load QSYS file of the NIOS processor with MMU design example for Stratix-IV GX FPGA Development Kit.
4SGX230 Nios II MMU zip file (14.1)
2. Generate HDL and failed in a minute.
...
Info: cpu: Done RTL generation for module 'qsys_ghrd_4sgx230_cpu_cpu'
Info: cpu: "cpu" instantiated altera_nios2_gen2_unit "cpu"
Info: pll0: "ddr3_top" instantiated altera_mem_if_ddr3_pll "pll0"
Info: p0: Generating clock pair generator
Info: p0: Generating qsys_ghrd_4sgx230_ddr3_top_p0_altdqdqs
Info: p0:
Info: p0: *****************************
Info: p0:
Info: p0: Remember to run the qsys_ghrd_4sgx230_ddr3_top_p0_pin_assignments.tcl
Info: p0: script after running Synthesis and before Fitting.
Info: p0:
Info: p0: *****************************
Info: p0:
Info: p0: "ddr3_top" instantiated altera_mem_if_ddr3_phy_core "p0"
Info: m0: "ddr3_top" instantiated altera_mem_if_ddr3_afi_mux "m0"
Error: s0: Cannot find sequencer/sequencer.elf
Error: s0: An error occurred while executing "error "An error occurred"" (procedure "_error" line
Info: s0: "ddr3_top" instantiated altera_mem_if_ddr3_qseq "s0"
Error: Generation stopped, 239 or more modules remaining
Info: qsys_ghrd_4sgx230: Done "qsys_ghrd_4sgx230" with 107 modules, 80 files
Error: qsys-generate failed with exit code 1: 3 Errors, 4 Warnings
Info: Finished: Create HDL design files for synthesis
I could reproduce the same error by creating the simple design by just adding clk_in module and DDR3. Does anybody experience the similar failure and what could fix this issue ?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May I know is this error occurs with the recent Quartus standard version 20.1?
Do you able to generate HDL using the older Quartus standard version e.g. 18.1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We do not receive any response from you to the previous question/reply/answer that I have provided. Please post a response in the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you with your follow-up questions.
Best Regards,
Shyan Yew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ShyanYew
I tried on several version of Quartus Prime and all of them hit the same issue.
Quartus 20.1 Standard / Stratix-IV on Ubuntu 18.04
Quartus 19.1 Standard / Stratix-IV on Ubuntu 18.04
Quartus II 14.1/ Stratix on Ubuntu 18.04
Thanks,
Shige
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Windows 10.0.19041.508
Quartus 20.1.0 Build 711 Standard
I tried to generate the DDR3 module in Quartus 20.1 on Windows 10. The results are different with and without WSL installed. Both failed to generate the HDLs at the end.
1. Without WSL as suggested FB: 533911/2205701105
2. WSL installed as directed in the Installation Documents
It didn't fail at the above location but proceeded to generate the makefile. Than it failed to compile the alt_dcache_flush_all.c for some reasons. The nios2-elf-gcc.exe may be missing but I cannot verify it because the temporary folder is removed after the failure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This issue is resolved by adding tool chains to the system. We may still have an issue with Windows 10 but at least the original issue is unblocked.
System : Ubuntu 18.04 LTS
Software : Quartus Prime Standard 20.1 / Stratix IV GX
Project : 4SGX230 Nios II MMU (Altera Reference)sudo
dpkg --add-architecture i386
sudo
apt update
sudo
apt
install
build-essential
Now we can generate the HDL for qsys_ghrd_4sgx230 with no error.
Thanks,
Shige

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