Skip to content

Commit

Permalink
Dont need to make IP for cocotb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Williamson committed Nov 19, 2024
1 parent 5b8d192 commit f1bf700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
-v "${{ github.workspace }}/build:/build" \
ghcr.io/pandablocks/pandablocks-dev-container:4.0a1 \
/bin/bash -c \
"cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make carrier_ip APP_NAME=PandABox-fmc_lback-sfp_lback && make zpkg APP_NAME=PandABox-fmc_lback-sfp_lback"
"cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make zpkg APP_NAME=PandABox-fmc_lback-sfp_lback"
"cd PandABlocks-fpga && python3.12 common/python/cocotb_timing_test_runner.py all --sim nvc"
test:
Expand Down

0 comments on commit f1bf700

Please sign in to comment.