3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00

Use our naming convention instead of Yosys'

This commit is contained in:
Akash Levy 2025-01-15 17:09:26 -08:00
parent 81cced8e01
commit ec7b4b74b4

View file

@ -103,7 +103,7 @@ 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
mid = module->addWire(NEW_ID, GetSize(add_b));
mid = module->addWire(NEW_ID2_SUFFIX("mid"), GetSize(add_b));
// Connect ports
add->setPort(add_b_id, mid);