File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,13 +107,6 @@ jobs:
107107 run : |
108108 git clone https://github.com/chipsalliance/uvm-verilator.git -b uvm-1.2
109109 git -C uvm-verilator cherry-pick -n --strategy=recursive -X theirs 5a37baacfed0722b523b05decc9b94fe3e9efbe4
110- - name : Clone coralnpu-mpact
111- run : |
112- git clone https://github.com/google-coral/coralnpu-mpact.git
113- pushd coralnpu-mpact
114- git checkout 61a6317aca4de62a4862181d24dc22a1795bda43
115- bazel build //sim/cosim:coralnpu_cosim_lib_static
116- popd
117110 - name : Install dependencies
118111 run : |
119112 sudo apt-get update
@@ -125,5 +118,4 @@ jobs:
125118 chmod +x -R ${{ env.CI_VERILATOR_INSTALL_DIR }}/bin
126119 export PATH=$PATH:${{ github.workspace }}/verilator_install/bin
127120 export UVM=${{ github.workspace }}/uvm-verilator
128- export CORALNPU_MPACT=${{ github.workspace }}/coralnpu-mpact
129121 python3 utils/run_uvm_regression.py --simulator=verilator
You can’t perform that action at this time.
0 commit comments