https://github.com/princetonuniversity/imdb-archive
ILA Model Database
https://github.com/princetonuniversity/imdb-archive
formal ila modeling verification
Last synced: 18 days ago
JSON representation
ILA Model Database
- Host: GitHub
- URL: https://github.com/princetonuniversity/imdb-archive
- Owner: PrincetonUniversity
- License: mit
- Created: 2018-05-04T18:14:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T21:25:06.000Z (about 5 years ago)
- Last Synced: 2025-07-09T14:48:04.002Z (3 months ago)
- Topics: formal, ila, modeling, verification
- Language: C++
- Homepage:
- Size: 20 MB
- Stars: 23
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.codacy.com/app/Bo-Yuan-Huang/IMDb?utm_source=github.com&utm_medium=referral&utm_content=PrincetonUniversity/IMDb&utm_campaign=Badge_Grade_Dashboard)
[](https://travis-ci.org/PrincetonUniversity/IMDb)This is the ILA model database, archiving the ILA models and the verification scripts.
## Content
### Tutorials
- [AES](tutorials/aes) is a documented tutorial for ILA-based behavioral equivalence checking.
### Examples
- [FIFO-BMC](examples/FIFO-BMC) demonstrates the bounded model checking (BMC) capability of ILAng using a FIFO example.
### Cores
- [RISC-V](cores/RISC-V)
- [PTX](cores/PTX)### Accelerators
### Uncores
- [LMAC](uncores/lmac): LeWiz Communications Ethernet MAC.
### Others
## Contribute
1. Please ensure all commited files follow the [MIT License](LICENSE) requirements.
2. Please properly categorize the design and provide scripts for setting up/reproducing the case study in `scripts/ci`.
3. Please test and make sure your model works (at least) under the below environment:Environment:
- Ubuntu 18.04 LTS (Bionic)
- gcc 7.4.0
- Python 2.7
- boost 1.65.1
- z3 4.4.1
- bison 3.0.4
- flex 2.6.0
- [ILAng](https://github.com/Bo-Yuan-Huang/ILAng) (0.9.1 or above)A docker image with the above configuration can be pulled by:
``` bash
docker pull byhuang/ilang:IMDb-ci
```