Sign in
foss-eda-tools
/
third_party
/
shuttle
/
mpw-one
/
slot-007
/
4a0a74b993e846630c9d07fdb0aabe133ae94db9
/
.
/
chisel
/
Buraq-mini
/
RV32i
/
src
/
test
/
scala
/
core
/
HazardDetectionTests.scala
blob: 0e47993e54e971d985644bd2e08d94fa4986955a [
file
] [
log
] [
blame
]
package
core
import
chisel3
.
iotesters
.
PeekPokeTester
class
HazardDetectionTests
(
c
:
HazardDetection
)
extends
PeekPokeTester
(
c
)
{
poke
(
c
.
io
.
IF_ID_INST
,
23
)
poke
(
c
.
io
.
ID_EX_MEMREAD
,
1
)
poke
(
c
.
io
.
ID_EX_REGRD
,
23
)
poke
(
c
.
io
.
pc_in
,
23
)
step
(
1
)
}