Skip to content

Commit

Permalink
Add infrastructure for integrating BTOR2 interpreter into Calyx (#1972)
Browse files Browse the repository at this point in the history
Add interface for BTOR2 interpreter into Calyx, add test primitive using the interface, confirm that executing the primitive using cider2 results in desired output.
  • Loading branch information
obhalerao authored Mar 20, 2024
1 parent be37a15 commit 231bda5
Show file tree
Hide file tree
Showing 21 changed files with 2,737 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ results.xml

!cider-dap/calyxDebug/package.json
!cider-dap/calyxDebug/tsconfig.json

# btor2i ignore
tools/btor2/btor2i/build/
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
// the whole project. For all other things use your own local settings.
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
},
"editor.formatOnSave": true
}
}
Loading

0 comments on commit 231bda5

Please sign in to comment.