mirror of https://github.com/YosysHQ/yosys.git
All tests pass
This commit is contained in:
parent
095bf92bdc
commit
cd503d4c0f
|
@ -91,8 +91,8 @@ code add_y add_a add_b add_a_ext add_a_id add_b_id mux_y mux_a mux_b mux_a_id m
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create new mid wire
|
// Create new mid wire
|
||||||
mid = module->addWire(NEW_ID, GetSize(add_b));
|
mid = module->addWire(NEW_ID, GetSize(add_b));
|
||||||
|
|
||||||
add->setPort(add_b_id, mid);
|
add->setPort(add_b_id, mid);
|
||||||
add->setPort(add_a_id, add_a);
|
add->setPort(add_a_id, add_a);
|
||||||
|
|
Loading…
Reference in New Issue