Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17049 Discussions

an error about FIR Compiler v8.1

Altera_Forum
Honored Contributor II
1,480 Views

I designed a fir filter using FIR Compiler v8.1 but compilation failed. 

error: design library "auk_dspip_lib" doesn't contain primary unit "auk_dspip_lib_pkg_fir_81" . 

How to deal with it? 

 

Thanks.
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
752 Views

Another question : 

 

A long counter has a long carry chain which will increase the delay.  

How to judge a counter is too long for a design? 

Does the way to deal with it is to cut the long counter to several shorter counter? Can Quartus automatically do it when performing the synthesis?
0 Kudos
Altera_Forum
Honored Contributor II
752 Views

Hi tigre,  

 

You have to add that file into your project. It is located in the altera library files under ip\fir_compiler\lib
0 Kudos
Altera_Forum
Honored Contributor II
752 Views

Thank you very much!

0 Kudos
Altera_Forum
Honored Contributor II
752 Views

Hi, 

 

I designed a fir filter using FIR Compiler v8.1 but compilation failed with Modelsim SE. 

 

Compilation message: 

vcom -work auk_dspip_lib ..\..\Hdl\SOURCE\RTL\Lib_Altera\auk_dspip_lib_pkg_fir_81.vhd 

Model Technology ModelSim SE vcom 6.0d Compiler 2005.04 Apr 25 2005 

-- Loading package standard 

** Error: ..\..\Hdl\SOURCE\RTL\Lib_Altera\auk_dspip_lib_pkg_fir_81.vhd(1): expecting: ARCHITECTURE CONFIGURATION ENTITY LIBRARY PACKAGE USE 

 

How to deal with it? 

 

Thanks. 

0 Kudos
Altera_Forum
Honored Contributor II
752 Views

this HDL file is encrypted. you should make sure you generate your FIR with the generate simulation model option checked and compile that for your simulation. if you're using VHDL the file will be <FIR instance name>.vho 

 

you could also do a gate level rather than RTL simulation but that would be slow.
0 Kudos
Reply