VerticalResearchGroup / miaow

An open source GPU based off of the AMD Southern Islands ISA.
BSD 3-Clause "New" or "Revised" License
1.06k stars 238 forks source link

Normalize the axi bridge #11

Open zwabbit opened 8 years ago

zwabbit commented 8 years ago

Right now changes to the register space for the AXI interface requires repackaging of the IP core. This really should not be necessary and is a pain to redo. As such I am going to create a pass through axi interconnect that breaks out all of the AXI related ports. This should make the entire thing generate once and all further changes will be done in the actual neko project instead of the IP core.