Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 619 Bytes

Build Status

ml-ahb-gen

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.

Checkout

git clone  --recursive   https://github.com/rbarzic/ml-ahb-gen.git

Usage :

make all JSON=<path to your JSON file>

(just use make all to try out)

Resulting Verilog file is chisel/Ahbmli.v