Skip to content

Commit

Permalink
add CI test for generating verilog on FPGA
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangziqing committed Aug 24, 2024
1 parent e79841e commit ecce4b9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@ jobs:
source ./env.sh
make clean
make verilog
- name: Generate Verilog for FPGA
run: |
cd $GITHUB_WORKSPACE/../xs-env
source ./env.sh
cd $GITHUB_WORKSPACE/../xs-env/NutShell
source ./env.sh
make clean
make verilog BOARD=pynq
- name: Microbench - Nutshell
run: |
cd $GITHUB_WORKSPACE/../xs-env
Expand Down

0 comments on commit ecce4b9

Please sign in to comment.