Ok, I found the problem, I was not loading the proper library.
The new error now is:
\QU2.vhd( 4,???) : Error : Library "spice2vhd" not found
\QU2.vhd( 11,ENTITY qu2) : Info : Entity/Package "qu2" overwritten
\QU2.vhd( 8,ENTITY qu2) : Error : Library "spice2vhd" not found
\QU2.vhd( 9,ENTITY qu2) : Error : Library "spice2vhd" not found
\QU2.vhd( 14,ENTITY qu2) : Error : Simulation object for entity qu2 not created because of 2 errors
\QU2.vhd(???,?] : Error 70015 : error with compiling
From the code:
library IEEE, SPICE2VHD;
use IEEE.ELECTRICAL_SYSTEMS.all;
use ieee.std_logic_1164.all;
use ieee.math_real.all;
use SPICE2VHD.SPICE_PARAMETERS.all;
use SPICE2VHD.SPICE_COMPONENTS.all;
Please assist.
Regards.