Skip to content

Commit

Permalink
CI: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokamikami committed Jan 8, 2025
1 parent be30ea6 commit c674bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ jobs:
make simv VCS=verilator -j2
./build/simv +workload=$WORKLOAD +b=0 +e=-1 +diff=$REF_SO +max-instrs=5000 +warmup_instr=1000
make clean
./build/simv +workload=./ready-to-run/microbench.bin +b=0 +e=-1 +diff=./ready-to-run/riscv64-nemu-interpreter-so +max-instrs=5000 +warmup_instr=1000
test-difftest-fpga:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -344,4 +343,4 @@ jobs:
make clean
make sim-verilog MILL_ARGS="--difftest-config SF" -j2
cd ./difftest
make fpga-build WITH_CHISELDB=0 WITH_CONSTANTIN=0
make fpga-build FPGA=1
2 changes: 1 addition & 1 deletion src/test/csrc/fpga/xdma_unpack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
*
* See the Mulan PSL v2 for more details.
***************************************************************************************/
#include "xdma_unpack.h"
#include "diffstate.h"
#include "difftest-dpic.h"
#include "squash_unpack.h"
#include <assert.h>
#include <cstdio>
#include <string.h>
Expand Down

0 comments on commit c674bc8

Please sign in to comment.