Skip to content

Commit

Permalink
add wr-core to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
miree committed Aug 27, 2023
1 parent b21e447 commit b278441
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
with:
submodules: true
- name: Install packages
run: sudo apt-get install ghdl-gcc verilator
- name: Check GHDL version
run: ghdl --version
- name: Check Verilator version
run: verilator --version
- name: run example wr-cores
run: cd examples/wr-cores; git submodule init; git submodule update; cd wr-cores; git apply ../wr-cores.patch; git submodule init; git submodule update; cd ..; make testbench; ghdl -r testbench --max-stack-alloc=524288 --stop-time=10us --ieee-asserts=disable; cd ..
- name: run example vhd_v_counter
run: make -C examples/vhd_v_counter
- name: run example m-labs-lm32
Expand Down
1 change: 0 additions & 1 deletion examples/wr-cores/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*.v
hdl_sources
vhdl_sources
Loading

0 comments on commit b278441

Please sign in to comment.