Move System/Subsystem to utilities
This commit is contained in:
@@ -10,6 +10,8 @@ import freechips.rocketchip.util.DontTouch
|
|||||||
|
|
||||||
import testchipip._
|
import testchipip._
|
||||||
|
|
||||||
|
import utilities.{System, SystemModule}
|
||||||
|
|
||||||
import sifive.blocks.devices.gpio._
|
import sifive.blocks.devices.gpio._
|
||||||
|
|
||||||
// ------------------------------------
|
// ------------------------------------
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import freechips.rocketchip.util.{HeterogeneousBag}
|
|||||||
import freechips.rocketchip.amba.axi4.AXI4Bundle
|
import freechips.rocketchip.amba.axi4.AXI4Bundle
|
||||||
import freechips.rocketchip.config.{Field, Parameters}
|
import freechips.rocketchip.config.{Field, Parameters}
|
||||||
import freechips.rocketchip.diplomacy.LazyModule
|
import freechips.rocketchip.diplomacy.LazyModule
|
||||||
import example.{Subsystem, SubsystemModuleImp}
|
import utilities.{Subsystem, SubsystemModuleImp}
|
||||||
import icenet._
|
import icenet._
|
||||||
import testchipip._
|
import testchipip._
|
||||||
import testchipip.SerialAdapter.SERIAL_IF_WIDTH
|
import testchipip.SerialAdapter.SERIAL_IF_WIDTH
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
// All Rights Reserved. See LICENSE and LICENSE.SiFive for license details.
|
// All Rights Reserved. See LICENSE and LICENSE.SiFive for license details.
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
package example
|
package utilities
|
||||||
|
|
||||||
import chisel3._
|
import chisel3._
|
||||||
import chisel3.internal.sourceinfo.{SourceInfo}
|
import chisel3.internal.sourceinfo.{SourceInfo}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
// All Rights Reserved. See LICENSE and LICENSE.SiFive for license details.
|
// All Rights Reserved. See LICENSE and LICENSE.SiFive for license details.
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
package example
|
package utilities
|
||||||
|
|
||||||
import chisel3._
|
import chisel3._
|
||||||
|
|
||||||
Reference in New Issue
Block a user