diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-21 15:00:54 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-21 15:00:54 +0200 |
commit | dc07ae96774c649d23ea787e07d618670c7e93bf (patch) | |
tree | 04169026a40d40ca620dfa1ffc0ae6a4c04f7e8c /kernel | |
parent | 57af8499dfc3c35d7327107ad30c1124c646fefd (diff) | |
download | yosys-dc07ae96774c649d23ea787e07d618670c7e93bf.tar.gz yosys-dc07ae96774c649d23ea787e07d618670c7e93bf.tar.bz2 yosys-dc07ae96774c649d23ea787e07d618670c7e93bf.zip |
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.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/constids.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/constids.inc b/kernel/constids.inc index 69bc06d2c..3c2ff9beb 100644 --- a/kernel/constids.inc +++ b/kernel/constids.inc @@ -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_) |