- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In our lab, we have design that our former student designed for Arria 10.
In the design, this student used lot of old Altera's primitives. Below are the list of those primitive.
altera_syncram_derived
scfifo
dcfifo
twentynm_mac
fourteennm_mac
These are clearly the altera's primitives. I double checked. We can infer what scfifo and dcfifo are, but we need to know what others are.
Can you help us to find the reference for these primitives?
Best,
Hsuh01.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The altera_syncram_derived seems to be a bug in the RTL simulation model in the past, try to rebuild the project in the latest Quartus version. Use altera_syncram as an entry instead.
The other primitives can be found in the sub-directories of Quartus directory > libraries > vhdl.
The "scfifo" and "dcfifo" can be found in the library altera_mf_components.vhd.
Whereas the "fourteennm" and "twentynm" primitives are in the fourteennm_components.vhd and twentynm_components.vhd library respectively.
-----------------------------------------------------------------------------------
p.s. Don’t forget to Reply, and Select the Best Solution. :)
-----------------------------------------------------------------------------------
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The altera_syncram_derived seems to be a bug in the RTL simulation model in the past, try to rebuild the project in the latest Quartus version. Use altera_syncram as an entry instead.
The other primitives can be found in the sub-directories of Quartus directory > libraries > vhdl.
The "scfifo" and "dcfifo" can be found in the library altera_mf_components.vhd.
Whereas the "fourteennm" and "twentynm" primitives are in the fourteennm_components.vhd and twentynm_components.vhd library respectively.
-----------------------------------------------------------------------------------
p.s. Don’t forget to Reply, and Select the Best Solution. :)
-----------------------------------------------------------------------------------

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page