with no bus stall, pass all tests except uniqueness
This commit is contained in:
parent
e2a432eb5e
commit
8098a03a9b
|
@ -38,7 +38,7 @@ object FormalSimple extends App{
|
||||||
separatedAddSub = false,
|
separatedAddSub = false,
|
||||||
executeInsertion = false
|
executeInsertion = false
|
||||||
),
|
),
|
||||||
new LightShifterPlugin,
|
new FullBarrielShifterPlugin,
|
||||||
new HazardSimplePlugin(
|
new HazardSimplePlugin(
|
||||||
bypassExecute = false,
|
bypassExecute = false,
|
||||||
bypassMemory = false,
|
bypassMemory = false,
|
||||||
|
@ -57,5 +57,10 @@ object FormalSimple extends App{
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
SpinalConfig(defaultConfigForClockDomains = ClockDomainConfig(resetKind = spinal.core.SYNC)).generateVerilog(cpu())
|
SpinalConfig(
|
||||||
|
defaultConfigForClockDomains = ClockDomainConfig(
|
||||||
|
resetKind = spinal.core.SYNC,
|
||||||
|
resetActiveLevel = spinal.core.HIGH
|
||||||
|
)
|
||||||
|
).generateVerilog(cpu())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue