Implement Builder to generate IP core from JSON
* Builder class main uses first argument as path to JSON config file * IP Core is generated under ip/ hierarchy: each configuration hash is unique and can be used to cache products * sbt clean removes this cache * example.json contains an example configuration
example.json
0 → 100644
src/main/scala/Builder.scala
0 → 100644