toggle_ignore(): clear xctx->prep_hash_wires when toggling *_ignore flag on wires

This commit is contained in:
stefan schippers 2026-03-28 11:03:47 +01:00
parent bdd4338c13
commit 848472b018
1 changed files with 1 additions and 1 deletions

View File

@ -2150,7 +2150,7 @@ void toggle_ignore(void)
set_wire_flags(&xctx->wire[i]);
set_modify(1);
xctx->prep_hash_inst=0;
xctx->prep_hash_wires=0;
xctx->prep_net_structs=0;
xctx->prep_hi_structs=0;
}