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 publishLocalThen add these lines in your build.sbt project :
//publish local https://github.com/Martoni/fpgamacro.git
libraryDependencies ++= Seq("org.armadeus" %% "fpgamacro" % "6.2.1")