sync
This commit is contained in:
parent
e754c5c3a0
commit
a33380894c
|
@ -144,19 +144,19 @@ object TestsWorkspace {
|
||||||
withDouble = true,
|
withDouble = true,
|
||||||
externalFpu = false,
|
externalFpu = false,
|
||||||
simHalt = true,
|
simHalt = true,
|
||||||
privilegedDebug = true
|
privilegedDebug = false
|
||||||
)
|
)
|
||||||
|
|
||||||
config.plugins += new EmbeddedRiscvJtag(
|
// config.plugins += new EmbeddedRiscvJtag(
|
||||||
p = DebugTransportModuleParameter(
|
// p = DebugTransportModuleParameter(
|
||||||
addressWidth = 7,
|
// addressWidth = 7,
|
||||||
version = 1,
|
// version = 1,
|
||||||
idle = 7
|
// idle = 7
|
||||||
),
|
// ),
|
||||||
debugCd = ClockDomain.current.copy(reset = Bool().setName("debugReset")),
|
// debugCd = ClockDomain.current.copy(reset = Bool().setName("debugReset")),
|
||||||
withTunneling = false,
|
// withTunneling = false,
|
||||||
withTap = true
|
// withTap = true
|
||||||
)
|
// )
|
||||||
|
|
||||||
// l.foreach{
|
// l.foreach{
|
||||||
// case p : EmbeddedRiscvJtag => p.debugCd.load(ClockDomain.current.copy(reset = Bool().setName("debug_reset")))
|
// case p : EmbeddedRiscvJtag => p.debugCd.load(ClockDomain.current.copy(reset = Bool().setName("debug_reset")))
|
||||||
|
|
Loading…
Reference in New Issue