https://github.com/drom/chisel-stone
Sharpening my Chisel
https://github.com/drom/chisel-stone
Last synced: 10 months ago
JSON representation
Sharpening my Chisel
- Host: GitHub
- URL: https://github.com/drom/chisel-stone
- Owner: drom
- License: mit
- Created: 2018-10-26T21:40:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T22:31:08.000Z (about 7 years ago)
- Last Synced: 2025-01-24T19:41:21.153Z (11 months ago)
- Language: Scala
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sharpening my Chisel
lzc - leading zeros counter module
## Setup
* java openJDK 1.8.0
* scala 2.12.7
* [sbt](https://github.com/sbt/sbt) 1.2.6
* [chisel3](https://github.com/freechipsproject/chisel3) 3.1.3
* [firrtl](https://github.com/freechipsproject/firrtl)
### OpenSuSe
```sh
wget https://dl.bintray.com/sbt/rpm/sbt-1.2.6.rpm
sudo zypper in ./sbt-1.2.6.rpm
```