set_load port does not override parasitics

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2023-03-07 17:03:26 -07:00
parent 964f255565
commit deeaaee9a3
7 changed files with 40 additions and 45 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ protected:
TableTemplate *tbl_template_;
// ScaleFactorType gcc barfs if this is dcl'd.
unsigned scale_factor_type_:scale_factor_bits;
unsigned tr_index_:RiseFall::index_bit_count;
unsigned rf_index_:RiseFall::index_bit_count;
bool is_scaled_:1;
};