mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-05 04:35:00 +00:00
Add yosys/nextpnr ecp5 and verilog build to CI
This works now, so let's make sure it continues to. Signed-off-by: Michael Neuling <mikey@neuling.org>
This commit is contained in:
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -46,3 +46,17 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: docker run -t -v $PWD:/build -w /build ghdl/vunit:llvm bash -c "make -j$(nproc) ${{ matrix.task }}"
|
||||
|
||||
symbiflow-ecp5:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: make DOCKER=1 FPGA_TARGET=ECP5-EVN SYNTH_ECP5_FLAGS="-noflatten" microwatt.json
|
||||
- run: make DOCKER=1 FPGA_TARGET=ECP5-EVN microwatt.bit
|
||||
|
||||
# test building verilog target from yosys/nextpnr
|
||||
verilog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: make DOCKER=1 microwatt.v
|
||||
Reference in New Issue
Block a user