mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 17:58:07 +00:00
s/NEW_ID/NEWER_ID/g
This commit is contained in:
parent
6b9082fa64
commit
73d51b25d6
130 changed files with 1275 additions and 1275 deletions
|
@ -549,7 +549,7 @@ void json_import(Design *design, string &modname, JsonNode *node)
|
|||
if (bitval_node->type == 'N') {
|
||||
int bitidx = bitval_node->data_number;
|
||||
if (signal_bits.count(bitidx) == 0)
|
||||
signal_bits[bitidx] = module->addWire(NEW_ID);
|
||||
signal_bits[bitidx] = module->addWire(NEWER_ID);
|
||||
sig.append(signal_bits.at(bitidx));
|
||||
} else
|
||||
log_error("JSON cells node '%s' connection '%s' has invalid bit value on bit %d.\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue