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

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

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
```