A
Amit
Guest
Hello group,
In the first part of a code I see:
use work.analogpacktemp.all
and when I run the compilation command (vcom) I get the following
error:
# ** Error: (vcom-11) Could not find ./work.analogpacktemp.
In the project files I have a file called analogpacktemp.vhd which
containts:
package analogpacktemp is
subtype voltage is real;
subtype current is real;
end analogpacktemp;
What am I missing here? your help will be appreciated greatly.
Regards,
amit
In the first part of a code I see:
use work.analogpacktemp.all
and when I run the compilation command (vcom) I get the following
error:
# ** Error: (vcom-11) Could not find ./work.analogpacktemp.
In the project files I have a file called analogpacktemp.vhd which
containts:
package analogpacktemp is
subtype voltage is real;
subtype current is real;
end analogpacktemp;
What am I missing here? your help will be appreciated greatly.
Regards,
amit