1
0

GenerateBootROM: use compiled DTB

This commit is contained in:
Wesley W. Terpstra
2017-03-24 14:35:11 -07:00
parent 17b1ee3037
commit 9a2f0d01a1
4 changed files with 22 additions and 5 deletions

View File

@ -25,6 +25,7 @@ trait CoreplexRISCVPlatform extends CoreplexNetwork {
plic.intnode := intBar.intnode
lazy val dts = DTS(bindingTree)
lazy val dtb = DTB(dts)
lazy val json = JSON(bindingTree)
}