Sign in
foss-eda-tools
/
third_party
/
shuttle
/
mpw-one
/
slot-007
/
4a0a74b993e846630c9d07fdb0aabe133ae94db9
/
.
/
chisel
/
Buraq-mini
/
RV32i
/
src
/
test
/
scala
/
core
/
JalrTests.scala
blob: c15b632882215579685ad6e3632bfb2f5a8fb88b [
file
] [
log
] [
blame
]
package
core
import
chisel3
.
iotesters
.
PeekPokeTester
class
JalrTests
(
c
:
Jalr
)
extends
PeekPokeTester
(
c
)
{
poke
(
c
.
io
.
input_a
,
2
)
poke
(
c
.
io
.
input_b
,
4
)
step
(
1
)
}