Skip to content

Commit

Permalink
Merge pull request #288 from ilhamv/fix_bank_buff
Browse files Browse the repository at this point in the history
increase default source bank buffer
  • Loading branch information
ilhamv authored Feb 6, 2025
2 parents 0b38e2d + 7137e57 commit dd0a18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcdc/global_.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def reset(self):
# Below are parameters not copied to mcdc.setting
"bank_active_buff": 100,
"bank_census_buff": 1.0,
"bank_source_buff": 0.25,
"bank_source_buff": 1.0,
"bank_future_buff": 0.5,
# Portability
"target": "cpu",
Expand Down

0 comments on commit dd0a18e

Please sign in to comment.