Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alibillalhammoud committed Aug 13, 2024
1 parent 5142004 commit 3971f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openfasoc/MLoptimization/quickstart.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# this script will recreate the ICCAD paper RL results (using the default seed)
# the script produces an example RL optimization run
echo "This script has been verified to run with python3.11 and package versions provided"


Expand Down
2 changes: 1 addition & 1 deletion openfasoc/MLoptimization/run_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def update(self, params_idx):
inputparam[20] = params[13]
inputparam[22] = params[14]
inputparam[25] = params[15]
result = safe_single_build_and_simulation(inputparam)
result = safe_single_build_and_simulation(inputparam,temp=-269)
specs = np.array([0.0 , 0.0])
specs[0] = result["ugb"]
specs[1] = result["ugb"]/(result["Ibias_diffpair"]+result["Ibias_commonsource"])
Expand Down

0 comments on commit 3971f55

Please sign in to comment.