mirror of https://github.com/YosysHQ/nextpnr.git
gatemate: Fix DFF pin names when packing mult p registers
This commit is contained in:
parent
a7b62d7cb8
commit
8252168faf
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue