4747
4848 - name : Fetch Verilator
4949 run : |
50- git clone https://github.com/antmicro/verilator
51- cd verilator && git fetch && git checkout mgan/module-names-debugging
50+ git clone https://github.com/verilator/verilator
5251
5352 - name : Build Verilator
5453 run : |
6059 - name : Fetch OpenROAD-flow-scripts
6160 run : |
6261 git clone https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
62+ cp possible_case.patch OpenROAD-flow-scripts/
6363 cd OpenROAD-flow-scripts && git checkout f53fbce71af0e7965b3fa76396ff6d3e8121b6bb
64+ git am possible_case.patch
6465
6566 - name : Update OpenROAD ibex sources
6667 run : |
@@ -122,8 +123,7 @@ jobs:
122123
123124 - name : Fetch Verilator
124125 run : |
125- git clone https://github.com/antmicro/verilator
126- cd verilator && git fetch && git checkout mgan/module-names-debugging
126+ git clone https://github.com/verilator/verilator
127127
128128 - name : Build Verilator
129129 run : |
@@ -135,7 +135,9 @@ jobs:
135135 - name : Fetch OpenROAD-flow-scripts
136136 run : |
137137 git clone https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
138+ cp possible_case.patch OpenROAD-flow-scripts/
138139 cd OpenROAD-flow-scripts && git checkout f53fbce71af0e7965b3fa76396ff6d3e8121b6bb
140+ git am possible_case.patch
139141
140142 - name : Update OpenROAD ibex sources
141143 run : |
@@ -219,8 +221,7 @@ jobs:
219221
220222 - name : Fetch Verilator
221223 run : |
222- git clone https://github.com/antmicro/verilator
223- cd verilator && git fetch && git checkout mgan/module-names-debugging
224+ git clone https://github.com/verilator/verilator
224225
225226 - name : Build Verilator
226227 run : |
@@ -232,7 +233,9 @@ jobs:
232233 - name : Fetch OpenROAD-flow-scripts
233234 run : |
234235 git clone https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
236+ cp possible_case.patch OpenROAD-flow-scripts/
235237 cd OpenROAD-flow-scripts && git checkout f53fbce71af0e7965b3fa76396ff6d3e8121b6bb
238+ git am possible_case.patch
236239
237240 - name : Update OpenROAD ibex sources
238241 run : |
0 commit comments