Skip to content

Commit

Permalink
wip: windowing study
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Apr 17, 2024
1 parent b6a8460 commit 4316725
Show file tree
Hide file tree
Showing 16 changed files with 14,948 additions and 0 deletions.
1 change: 1 addition & 0 deletions results/windowing-study-2024-04-26/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ipynb_checkpoints/
3,208 changes: 3,208 additions & 0 deletions results/windowing-study-2024-04-26/c1.log

Large diffs are not rendered by default.

Binary file added results/windowing-study-2024-04-26/c1.log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions results/windowing-study-2024-04-26/c1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

# c1
../synth/target/release/synth \
--design ../working-dir/zipcpu-spi-c1-c3-d9_c1_csv/2_add_guard/llsdspi_bug_c1.instrumented.btor \
--testbench ../benchmarks/fpga-debugging/zipcpu-spi-c1-c3-d9/tb.csv \
--solver bitwuzla --init zero --windowing --max-repair-window-size 512 > c1.log

4,011 changes: 4,011 additions & 0 deletions results/windowing-study-2024-04-26/i2c_k1.log

Large diffs are not rendered by default.

Binary file added results/windowing-study-2024-04-26/i2c_k1.log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions results/windowing-study-2024-04-26/i2c_k1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

../synth/target/release/synth \
--design ../working-dir/i2c_master_kgoliya_buggy1_fixed_x_prop_tb/3_conditional_overwrite/i2c_master_bit_ctrl_kgoliya_buggy1.sync_reset.instrumented.btor \
--testbench ../benchmarks/cirfix/opencores/i2c/fixed_x_prop_tb.csv \
--solver bitwuzla --init any --windowing --max-repair-window-size 512 > i2c_k1.log

206 changes: 206 additions & 0 deletions results/windowing-study-2024-04-26/sdram_w1.log

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions results/windowing-study-2024-04-26/sdram_w1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

# sdram w1
../synth/target/release/synth \
--design ../working-dir/sdram_controller_wadden_buggy1_oracle-full/3_conditional_overwrite/sdram_controller_wadden_buggy1.no_tri_state.instrumented.btor \
--testbench ../benchmarks/cirfix/sdram_controller/orig_tb.csv \
--solver bitwuzla --init any --windowing --max-repair-window-size 512 > sdram_w1.log

7,053 changes: 7,053 additions & 0 deletions results/windowing-study-2024-04-26/sdram_w2.log

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions results/windowing-study-2024-04-26/sdram_w2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

# sdram w2
../synth/target/release/synth \
--design ../working-dir/sdram_controller_wadden_buggy2_oracle-full/1_replace_literals/sdram_controller_wadden_buggy2.no_tri_state.instrumented.btor \
--testbench ../benchmarks/cirfix/sdram_controller/orig_tb.csv \
--solver bitwuzla --init any --windowing --max-repair-window-size 512 > sdram_w2.log

438 changes: 438 additions & 0 deletions results/windowing-study-2024-04-26/study.ipynb

Large diffs are not rendered by default.

0 comments on commit 4316725

Please sign in to comment.