mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
techmap: Add _TECHMAP_CELLNAME_ special parameter.
This parameter will resolve to the name of the cell being mapped. The first user of this parameter will be synth_intel_alm's Quartus output, which requires a unique (and preferably descriptive) name passed as a cell parameter for the memory cells.
This commit is contained in:
parent
57af8499df
commit
dc07ae9677
4 changed files with 50 additions and 1 deletions
|
@ -172,6 +172,7 @@ X(T)
|
|||
X(TABLE)
|
||||
X(techmap_autopurge)
|
||||
X(_TECHMAP_BITS_CONNMAP_)
|
||||
X(_TECHMAP_CELLNAME_)
|
||||
X(_TECHMAP_CELLTYPE_)
|
||||
X(techmap_celltype)
|
||||
X(_TECHMAP_FAIL_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue