An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/129d02949d13460c910acda8d5408cc8)](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)
[![Build Status](https://travis-ci.org/PrincetonUniversity/IMDb.svg?branch=master)](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
```