Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Will Quartus support generic types?

Hi there, I wonder if anyone has an idea how to achieve Generic Types, i.e., something like: package fifo_pkg is generic (type element_type); type fifo_in_type is record data_...