A Chisel package to describe verilog FPGA template and macro for hardened FPGA modules
To install it, clone it then publish local:
$ git clone https://github.com/Martoni/fpgamacro.git
$ cd fpgamacro
$ sbt publishLocal
Then add these lines in your build.sbt
project :
//publish local https://github.com/Martoni/fpgamacro.git
libraryDependencies ++= Seq("org.armadeus" %% "fpgamacro" % "6.2.1")