From 3ced04b70a54f27292615de4ec99d91bcf055759 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 25 Jul 2017 11:57:58 -0700 Subject: [PATCH] Mix in trait to connect global_reset_vector --- src/main/scala/system/ExampleRocketSystem.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/scala/system/ExampleRocketSystem.scala b/src/main/scala/system/ExampleRocketSystem.scala index acb14ce6..162e2cf1 100644 --- a/src/main/scala/system/ExampleRocketSystem.scala +++ b/src/main/scala/system/ExampleRocketSystem.scala @@ -24,3 +24,4 @@ class ExampleRocketSystemModule[+L <: ExampleRocketSystem](_outer: L) extends Ro with HasMasterAXI4MemPortModuleImp with HasMasterAXI4MMIOPortModuleImp with HasSlaveAXI4PortModuleImp + with HasPeripheryBootROMModuleImp