Skip to content

Commit

Permalink
Temporarily revert Colab's OpenLane version until it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
donn authored Oct 21, 2024
1 parent 904e9c1 commit 1bfa43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"import subprocess\n",
"import IPython\n",
"\n",
"openlane_version = \"latest\" # @param {key:\"OpenLane Version\", type:\"string\"}\n",
"openlane_version = \"version-2.1\" # @param {key:\"OpenLane Version\", type:\"string\"}\n",
"\n",
"if openlane_version == \"latest\":\n",
" openlane_version = \"main\"\n",
Expand Down

0 comments on commit 1bfa43d

Please sign in to comment.