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

Errors in vhdl code

Altera_Forum
Honored Contributor II
1,231 Views

Hi. 

i am compiling a vhdl file and getting some errors regrading packages  

following is the error... 

Error (10481): VHDL Use Clause error at output_fifo.vhd(13): design library "work" does not contain primary unit "Input_portx8_package" 

can any one pls help me.......
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
479 Views

Yes 

The error is that you have not compiled the Input_portx8_package, but you are trying to use it elsewhere.
0 Kudos
Altera_Forum
Honored Contributor II
479 Views

hi 

 

work directory contains a file in .cat extension and it is not opening
0 Kudos
Altera_Forum
Honored Contributor II
479 Views

The work directory will just be the location of the compiled code, not the source. You need to find the source VHD file.

0 Kudos
Reply