Change order to prevent issues with some unconnected constants
This commit is contained in:
parent
e771ba0236
commit
caeefbd0ed
@ -1891,8 +1891,8 @@ void NgUltraImpl::pack()
|
|||||||
|
|
||||||
// Setup
|
// Setup
|
||||||
NgUltraPacker packer(ctx, this);
|
NgUltraPacker packer(ctx, this);
|
||||||
packer.remove_not_used();
|
|
||||||
packer.pack_constants();
|
packer.pack_constants();
|
||||||
|
packer.remove_not_used();
|
||||||
packer.update_lut_init();
|
packer.update_lut_init();
|
||||||
packer.update_dffs();
|
packer.update_dffs();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user