From 19e4344374b1c62b5792cd557cfb7bcf729ccecb Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sun, 22 Sep 2024 23:49:36 -0700 Subject: [PATCH] Make synthesis optional --- .gitlab-ci.yml | 2 ++ hw/super6502_fpga/super6502_fpga.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92d0221..742f640 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: build: stage: build + when: manual tags: - efinity - linux @@ -18,6 +19,7 @@ build: sim: stage: sim + needs: [] tags: - linux - efinity diff --git a/hw/super6502_fpga/super6502_fpga.xml b/hw/super6502_fpga/super6502_fpga.xml index 9c54f5a..25a33b8 100644 --- a/hw/super6502_fpga/super6502_fpga.xml +++ b/hw/super6502_fpga/super6502_fpga.xml @@ -204,6 +204,11 @@ + + + + +