mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-13 07:09:54 +00:00
ci: Add verilator tests
Now we have some verilator tests, add them to the CI. Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
parent
c81583c128
commit
ee38a31152
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -93,3 +93,17 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: make DOCKER=1 microwatt.v
|
||||
|
||||
verilator:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DOCKER: 1
|
||||
FPGA_TARGET: verilator
|
||||
RAM_INIT_FILE: micropython/firmware.hex
|
||||
MEMORY_SIZE: 524288
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
sudo apt update
|
||||
sudo apt install -y python3-pexpect
|
||||
make -j$(nproc) test_micropython_verilator test_micropython_verilator_long
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user