TChin5
New Contributor
7 years agoReceived error message during compilation
I received this error message when I compile my design:
Error (10430): VHDL Primary Unit Declaration error at ps_control_tb.vhd(13): primary unit "ps_control_tb" already exists in library "work". Compile the two primary units into different libraries or assign them unique names.
This file is a working vhdl testbench (attached file) used in Modelsim.
First why did I get this error and how to fix it . Somehow I noticed another partial copy got into my
Quartus "output " folder. How do I remove these properly
Second, why is Quartus calling my testbench during compilation/analysis/synthesis. I want it to call my top level design and not the testbench