diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-04-23 16:28:11 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-04-23 16:28:11 -0700 |
commit | d3555c667c5057f39e0ea31a518d1f4922f2b2a4 (patch) | |
tree | 08d6b9edb76fb870289c3c9e7a7fca8d56741d39 /kernel | |
parent | b048afc3a60984d10da7e4618236b957dab527a8 (diff) | |
download | yosys-d3555c667c5057f39e0ea31a518d1f4922f2b2a4.tar.gz yosys-d3555c667c5057f39e0ea31a518d1f4922f2b2a4.tar.bz2 yosys-d3555c667c5057f39e0ea31a518d1f4922f2b2a4.zip |
verific: do not assert if wire not found; warn instead
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 68a5782fd..c5f672d09 100644 --- a/kernel/constids.inc +++ b/kernel/constids.inc @@ -199,6 +199,7 @@ X(wand) X(whitebox) X(WIDTH) X(wildcard_port_conns) +X(wiretype) X(wor) X(WORDS) X(WR_ADDR) |