-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an IR for BTOR2 to reduce the dependencies on the C parser #2003
Closed
Closed
Changes from 31 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
f5ef43c
add btor2i code
obhalerao 5eb9512
fix bugs with previous commit
obhalerao 55bf546
Merge branch 'main' into add-btor2i
obhalerao 883e04c
update workflow version
obhalerao d2a267f
delete modules
obhalerao a9ad7dc
forgot to fix clippy issue
obhalerao 0f89eca
fix yet another formatting issue
obhalerao cb77d08
rewrite btor2 interface and begin to integrate with cider
obhalerao 2b68cc2
add a clippy fix
obhalerao 05a9c20
write out skeleton btor2 primitive
obhalerao bdc3c78
fix a lot of bugs
obhalerao eb51b8c
make formatter happy
obhalerao 8da5071
add refcells for mut issues
obhalerao 6a9795e
make change to my_add
obhalerao 36b3e94
Merge branch 'main' into add-btor2i
obhalerao f76df8c
make a few changes and merge main
obhalerao 17041f7
add test and start debugging btor2prim
obhalerao a7835f4
Merge branch 'main' of https://github.com/calyxir/calyx into add-btor2i
obhalerao 85b7524
temp commit
obhalerao 7711fc3
finally finish testing
obhalerao 2b28e73
fix warnings and format
obhalerao fd51064
delete unnecessary files
obhalerao d3b7157
fix build
obhalerao 04920d4
begin adding ir
obhalerao 6b96e9c
write out IR
obhalerao cf9565c
make clippy happy
obhalerao 84e926a
refactor a bunch of things
obhalerao 34e510a
format
obhalerao 1a76bbe
make clippy happy
obhalerao 9933b2a
fix some bugs and add tests
obhalerao 1510f9e
Merge branch 'main' of https://github.com/calyxir/calyx into add-btor…
obhalerao 0611caa
start implementing PR fixes
obhalerao c70bab4
make pr changes
obhalerao f839352
run fmt
obhalerao 36575b4
make clippy happy
obhalerao bd3aa30
Merge branch 'main' of https://github.com/calyxir/calyx into add-btor…
obhalerao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Generated by Cargo | ||
# will have compiled files and executables | ||
debug/ | ||
target/ | ||
build/ | ||
|
||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | ||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html | ||
Cargo.lock | ||
|
||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
# MSVC Windows builds of rustc generate these, which store debugging information | ||
*.pdb | ||
|
||
# MacOS DS_Store files | ||
**/.DS_Store | ||
|
||
# VSCode files | ||
.vscode/ | ||
|
||
# IntelliJ files | ||
.idea/ | ||
|
||
# Build directory | ||
build/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gitignore file shouldn't be committed. If there's anything not being ignored that should be, please add it to the main gitignore