- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to compile the fft example. I'm using the command-line suggested in the readme.txt file:
aoc --board pcie385n_d5 --sw-dimm-partition --const-cache-bytes 16384 fft.cl but the compile gives an error: Info (12128): Elaborating entity "altera_merlin_slave_translator" for hierarchy "system:system_inst|altera_merlin_slave_translator:fft_system_avs_fft_cra_translator" Info (12128): Elaborating entity "system_irq_mapper" for hierarchy "system:system_inst|system_irq_mapper:irq_mapper" Error (293007): Current module quartus_map ended unexpectedly Error: Flow compile (for project /work/altera/designs/fft/fft_pcie385n_d5/fft/top) was not successful Error: ERROR: Error(s) found while running an executable. See report file(s) for error message(s). Message log indicates which executable was run last.Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I believe that this error was probably caused by compiling on a machine with less than the recommended amount of RAM.
I'm guessing that experienced Quartus users get used to seeing this kind of thing?!- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Typically hardware developers designing for new FPGAs check the memory requirements for Quartus II before they get too far down the design path. The memory requirements are driven by multiple things but the density and feature set of the FPGA device plays the biggest role in this. At the bottom of the Quartus II log file there should have been an error stating that the tools ran out of memory.

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