Skip to content

Commit

Permalink
Fix missing RXD assignment, when PTS is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
rpls committed Sep 6, 2023
1 parent 8a24338 commit da278f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/mupq/PQVexRiscvSim.scala
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ object PQVexRiscvSim {

val uartTxd = dut.io.uart.txd
val uartRxd = dut.io.uart.rxd
uartRxd #= true

val uartDecoder = fork {
sleep(1)
Expand Down

0 comments on commit da278f4

Please sign in to comment.