Skip to content
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

Adds AVR source code #7

Merged
merged 13 commits into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 14 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,28 @@
gmon.out
# bin/dpa
# bin/reach
# bin/vwn

build/bin*/dpa
build/bin*/reach
build/bin*/vwn

deps/*
output/*

*.a
*.o
*.d
.*
.git/*
.fuse*
*.log
*.*project
*/tmp.txt
*/.settings/*
.settings/*
.d/*
work_*
work_*/*

!examples/

src/*
*/smt_queries/*
smt_queries/*
output/*
examples/averroes*
examples/*.sh
examples/*
gmon.out

# But not these files
!.gitignore
!.travis/*
!.travis.yml
# !examples/averroes*
!examples/bm/*
!examples/scripts/*
!examples/verilog/
!examples/vmt/
!examples/btor2/
!deps/*.sh
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

Reads a state transition system and performs property checking using syntax-guided data abstraction

#### Results
- [[HWMCC'20](http://fmv.jku.at/hwmcc20/)] AVR won *1<sup>st</sup>* place at the prestigious *Hardware Model Checking Competition* (HWMCC) 2020
<p align="center">
<img align="center" width="300" height="auto" src="hwmcc2020_medals.png"></img>
</p>

#### Get Started (quickly)
- Follow the tutorial artifact on using AVR [[artifact](https://zenodo.org/record/3677545#.Xw5iAHVKhhE)]

Expand Down
Loading