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,7 +2097,8 @@ void NgUltraImpl::pack()
packer.pack_cdcs();
packer.pack_fifos();
packer.pack_cys();
packer.pack_xluts();
if (!args.options.count("no-xlut"))
packer.pack_xluts();
packer.pack_lut_multi_dffs();
packer.pack_dff_chains();
packer.pack_lut_dffs();