gatemate: Fix DFF pin names when packing mult p registers (#1755)

This commit is contained in:
Jasper Homann 2026-07-24 15:06:38 +02:00 committed by GitHub
parent a7b62d7cb8
commit fb95bb8ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -994,6 +994,8 @@ void GateMatePacker::pack_mult()
// Reconfigure the flop.
sink->renamePort(id_D, id_DIN);
sink->renamePort(id_Q, id_DOUT);
sink->renamePort(id_CLK, id_CLK_INT);
sink->renamePort(id_EN, id_EN_INT);
sink->type = id_CPE_FF;
// Connect the passthrough.