black-parrot-hdk / zynq-parrot

BlackParrot on Zynq
BSD 3-Clause "New" or "Revised" License
25 stars 14 forks source link

Add IP Instantiation #57

Closed Yuan-Mao closed 1 year ago

Yuan-Mao commented 1 year ago

This PR will allow IP instantiation in Zynq-Parrot. Instead of instantiating IPs like Ethernet under top_zynq in the bp example, users will be able to put their IPs into separate blocks outside of top.v.

PR dependency: #56 -> #55

dpetrisko commented 1 year ago

Superseded by #64