Forum Discussion
Altera_Forum
Honored Contributor
12 years agoyou define a package called constants and use it like you did the other libraries
Use work.constants.all; There is no pre-processor in VHDL like there is in C or Verilog, so you cannot just include another load of text. It has to be a compiled package. PS, Why are you using the non-standard std_logic_unsigned library?