mirror of https://github.com/YosysHQ/nextpnr.git
Enable pack_mult
This commit is contained in:
parent
1748f38aad
commit
6a3c4a2dca
|
|
@ -397,7 +397,7 @@ void GateMateImpl::pack()
|
|||
packer.pack_misc();
|
||||
packer.pack_ram();
|
||||
packer.pack_serdes();
|
||||
// packer.pack_mult();
|
||||
packer.pack_mult();
|
||||
packer.pack_addf();
|
||||
packer.pack_cpe();
|
||||
packer.remove_constants();
|
||||
|
|
|
|||
Loading…
Reference in New Issue