Skip to content

Commit

Permalink
remove btor code (#2332)
Browse files Browse the repository at this point in the history
Removes all the old btor code that is no longer used.
  • Loading branch information
ekiwi authored Nov 5, 2024
1 parent 95fb141 commit 48f5002
Show file tree
Hide file tree
Showing 44 changed files with 2 additions and 4,178 deletions.
270 changes: 2 additions & 268 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ members = [
"fud2",
"fud2/fud-core",
"tools/data-conversion",
"tools/btor2/btor2i",
"tools/calyx-pass-explorer",
"tools/cider-data-converter",
"tools/component_cells",
Expand Down
18 changes: 0 additions & 18 deletions docs/tools/sv2btor.md

This file was deleted.

2 changes: 0 additions & 2 deletions interp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ calyx-utils = { path = "../calyx-utils", features = ["serialize"] }
calyx-opt = { path = "../calyx-opt" }
calyx-frontend = { path = "../calyx-frontend" }

btor2i = { path = "../tools/btor2/btor2i" }

ciborium = "0.2.2"
baa = { version = "0.14.0", features = ["bigint", "serde1", "fraction1"] }
fst-writer = "0.2.1"
Expand Down
63 changes: 0 additions & 63 deletions interp/src/flatten/primitives/btor2_prim.rs

This file was deleted.

1 change: 0 additions & 1 deletion interp/src/flatten/primitives/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod btor2_prim;
mod builder;
pub mod combinational;
pub(crate) mod macros;
Expand Down
17 changes: 0 additions & 17 deletions tools/btor2/btor2i/Cargo.toml

This file was deleted.

18 changes: 0 additions & 18 deletions tools/btor2/btor2i/Makefile

This file was deleted.

33 changes: 0 additions & 33 deletions tools/btor2/btor2i/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions tools/btor2/btor2i/benchmark.toml

This file was deleted.

Loading

0 comments on commit 48f5002

Please sign in to comment.