Skip to content

Commit cfc51fb

Browse files
Update MainSpec.scala
1 parent 03d2611 commit cfc51fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/scala/RISCV/MainSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class MainSpec extends AnyFreeSpec with Matchers with ChiselSim {
5656
dut.clock.step(1)
5757

5858
dut.io.debug_write_address.poke(3.U)
59-
dut.io.debug_write_data.poke(0x002181b3L.U)
59+
dut.io.debug_write_data.poke(0x00218133L.U)
6060
dut.clock.step(1)
6161

6262
dut.io.debug_write_address.poke(4.U)

0 commit comments

Comments
 (0)