QSYS does not allow to change the VHDL version of processed files. All respective files have to have a comment directive forcing the VHDL version.
8 lines
235 B
VHDL
8 lines
235 B
VHDL
-- altera vhdl_input_version vhdl_2008
|
|
-- XXX: QSYS Fix (https://www.intel.com/content/www/us/en/support/programmable/articles/000079458.html)
|
|
|
|
configuration FWFT_FIFO_cfg of FWFT_FIFO is
|
|
for altera
|
|
end for;
|
|
end configuration;
|