2021-07-02 02:33:02 -06:00
|
|
|
image: ubuntu
|
2021-07-03 18:48:07 -06:00
|
|
|
|
|
|
|
stages:
|
2021-08-11 00:24:05 -06:00
|
|
|
- simulate
|
2021-07-02 02:19:17 -06:00
|
|
|
|
2021-08-11 00:24:05 -06:00
|
|
|
testbench:
|
|
|
|
stage: simulate
|
2021-07-02 02:19:17 -06:00
|
|
|
script:
|
2021-07-03 18:52:26 -06:00
|
|
|
- echo "Installing dependencies..."
|
2022-11-19 21:23:07 -07:00
|
|
|
- apt update && apt install -y make iverilog gcc-10-riscv64-linux-gnu
|
2022-01-27 21:47:20 -07:00
|
|
|
- echo "Running tests..."
|
2021-09-09 01:06:19 -06:00
|
|
|
- make -C tests
|
2022-12-01 02:17:51 -07:00
|
|
|
|
|
|
|
testbench_libraries:
|
|
|
|
stage: simulate
|
|
|
|
script:
|
|
|
|
- echo "Installing dependencies..."
|
|
|
|
- apt update && apt install -y make iverilog
|
|
|
|
- echo "Running tests..."
|
|
|
|
- make -C lib/tb
|