https://github.com/andreaskuster/dace-verilator-compatibility-check
https://github.com/andreaskuster/dace-verilator-compatibility-check
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreaskuster/dace-verilator-compatibility-check
- Owner: andreaskuster
- License: gpl-3.0
- Created: 2020-11-15T13:13:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T11:11:41.000Z (over 4 years ago)
- Last Synced: 2023-03-01T19:33:57.785Z (over 2 years ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dace-verilator-compatibility-check 
## Compilation Commands
sudo apt-get install git make autoconf g++
git clone https://github.com/verilator/verilator
cd verilator
git checkout v{version}
autoconf
./configure
make
sudo make install## Get available versions/tags
https://api.github.com/repos/verilator/verilator/tags