gatemate: Fix DFF pin names when packing mult p registers

This commit is contained in:
Jasper Homann 2026-07-24 14:19:20 +02:00
parent a7b62d7cb8
commit 8252168faf
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.