mirror of https://github.com/YosysHQ/nextpnr.git
Disable multiplier usage for now
This commit is contained in:
parent
1e76af0567
commit
54f5958ab6
|
|
@ -302,7 +302,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