A Verilog AMBA AHB Multilayer interconnect generator
Based on the Hasti multilayer interconnect (https://github.com/ucb-bar/junctions) (written in Chisel). Using JSON as the input format (see example.json)
Note : you must have sbt in your path.
git clone --recursive https://github.com/rbarzic/ml-ahb-gen.git
make all JSON=<path to your JSON file>
(just use make all
to try out)
Resulting Verilog file is chisel/Ahbmli.v