From e3ae9841776375d902e3443325766deb3f5a9b61 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Thu, 26 Oct 2023 20:40:00 -0700 Subject: [PATCH] Upload filesystem image as well --- .gitlab-ci.yml | 1 + hw/efinix_fpga/simulation/src/sim_top.sv | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ded9e8..826d87d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,6 +108,7 @@ full sim: artifacts: paths: - hw/efinix_fpga/simulation/sim_top.vcd + - hw/efinix_fpga/simulation/fs.fat script: - source init_env.sh - cd hw/efinix_fpga/simulation diff --git a/hw/efinix_fpga/simulation/src/sim_top.sv b/hw/efinix_fpga/simulation/src/sim_top.sv index 06948a2..a50d2a2 100644 --- a/hw/efinix_fpga/simulation/src/sim_top.sv +++ b/hw/efinix_fpga/simulation/src/sim_top.sv @@ -53,7 +53,7 @@ initial begin button_reset <= '0; repeat(10) @(r_clk_cpu); button_reset <= '1; - repeat(2500000) @(r_clk_cpu); + repeat(1500000) @(r_clk_cpu); $finish(); end