when I compile the ImpulseC generated HDL in QuartusII, I found that the ImpulseC library is not included in QII.How can I do that?
Thks.
Compile the ImpulseC generated HDL in QuartusII
Started by dmyang, Jun 22 2005 08:03 PM
1 reply to this topic
#1
Posted 22 June 2005 - 08:03 PM
#2
Posted 23 June 2005 - 10:37 AM
QUOTE (dmyang @ Jun 22 2005, 09:03 PM)
when I compile the ImpulseC generated HDL in QuartusII, I found that the ImpulseC library is not included in QII.How can I do that?
Thks.
Thks.
In your Quartus II project, add the Impulse C library files that were exported to your project directory (with CoDeveloper's "Export Hardware" function). How to do so is described in the Altera Platform Support Package help file.
In Quartus, select the Project > Add/Remove Files in Project menu item and add the files in the following order:
1. Bus interface files: user_logic_<top-level>_module/subsystem.vhd and impulse_lib/avalon_if.vhd
2. Core logic files in the user_logic_<top-level>_module subdirectory: <project>_comp.vhd and <project>_top.vhd (You probably already have these in the project.)
3. All .vhd files in the impulse_lib project subdirectory, except avalon_if.vhd
The order of files in the listing is important, or you will see errors when compiling. The files should be listed in the opposite order from which they were added (e.g. the impulse_lib files should be at the top of the list).
Ralph Bodenner
Impulse Accelerated Technologies, Inc.
Impulse Accelerated Technologies, Inc.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











