1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-26 04:07:02 +00:00

fpga_interchange: address review comments

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi
2021-03-16 21:49:06 +01:00
parent f9e9fadbc8
commit c1e668f823
10 changed files with 96 additions and 20 deletions

View File

@@ -22,6 +22,8 @@ jobs:
- name: Execute build script
run: stdbuf -i0 -o0 -e0 ./.github/ci/build_interchange.sh
- name: Execute test script
- name: Run tests
run: |
cd build && make all-fpga_interchange-tests -j`nproc`
cd build
make all-fpga_interchange-archcheck-tests -j`nproc`
make all-fpga_interchange-tests -j`nproc`