mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-26 04:07:02 +00:00
Enable pack_mult
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user