You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 19 in 3_uart/vexriscv.resc creates a server socket on port 1235 using emulation CreateServerSocketTerminal 1235 "externalUART" false. However, in line 18 of 3_uart/Makefile, the port number is set to 1234.
The text was updated successfully, but these errors were encountered:
Line 19 in
3_uart/vexriscv.resc
creates a server socket on port 1235 usingemulation CreateServerSocketTerminal 1235 "externalUART" false
. However, in line 18 of3_uart/Makefile
, the port number is set to 1234.The text was updated successfully, but these errors were encountered: