Upload filesystem image as well
This commit is contained in:
@@ -108,6 +108,7 @@ full sim:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- hw/efinix_fpga/simulation/sim_top.vcd
|
- hw/efinix_fpga/simulation/sim_top.vcd
|
||||||
|
- hw/efinix_fpga/simulation/fs.fat
|
||||||
script:
|
script:
|
||||||
- source init_env.sh
|
- source init_env.sh
|
||||||
- cd hw/efinix_fpga/simulation
|
- cd hw/efinix_fpga/simulation
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ initial begin
|
|||||||
button_reset <= '0;
|
button_reset <= '0;
|
||||||
repeat(10) @(r_clk_cpu);
|
repeat(10) @(r_clk_cpu);
|
||||||
button_reset <= '1;
|
button_reset <= '1;
|
||||||
repeat(2500000) @(r_clk_cpu);
|
repeat(1500000) @(r_clk_cpu);
|
||||||
$finish();
|
$finish();
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user