mirror of
https://gitlab.com/brendanhaines/ice40.git
synced 2024-12-25 18:38:22 -07:00
update .gitlab-ci.yml
This commit is contained in:
parent
c277a57236
commit
a32ec995d1
|
@ -9,6 +9,8 @@ testbench:
|
||||||
script:
|
script:
|
||||||
- echo "Installing dependencies..."
|
- echo "Installing dependencies..."
|
||||||
- apt update && apt install -y make iverilog
|
- apt update && apt install -y make iverilog
|
||||||
|
- make -v
|
||||||
|
- iverilog -V
|
||||||
- echo "Running unit tests..."
|
- echo "Running unit tests..."
|
||||||
- make tb
|
- make tb
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -19,7 +21,10 @@ synthesis:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Installing dependencies..."
|
- echo "Installing dependencies..."
|
||||||
- apt update && apt install -y make iverilog yosys verilator gtkwave arachne-pnr
|
- apt update && apt install -y make yosys arachne-pnr
|
||||||
|
- make -v
|
||||||
|
- yosys -V
|
||||||
|
- arachne-pnr -v
|
||||||
- echo "Building binary..."
|
- echo "Building binary..."
|
||||||
- make
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user