option to disable XLUT optimiziations

This commit is contained in:
Miodrag Milanovic 2024-08-08 16:38:41 +02:00
parent b9c834dc27
commit 004b5b533a

View File

@ -2097,6 +2097,7 @@ void NgUltraImpl::pack()
packer.pack_cdcs(); packer.pack_cdcs();
packer.pack_fifos(); packer.pack_fifos();
packer.pack_cys(); packer.pack_cys();
if (!args.options.count("no-xlut"))
packer.pack_xluts(); packer.pack_xluts();
packer.pack_lut_multi_dffs(); packer.pack_lut_multi_dffs();
packer.pack_dff_chains(); packer.pack_dff_chains();