Fix Briey simulation floating rxd blocking the uart #238
This commit is contained in:
parent
9d3b83366c
commit
e558b79582
|
@ -382,6 +382,8 @@ public:
|
||||||
timeProcesses.push_back(asyncReset);
|
timeProcesses.push_back(asyncReset);
|
||||||
timeProcesses.push_back(jtag);
|
timeProcesses.push_back(jtag);
|
||||||
timeProcesses.push_back(uartRx);
|
timeProcesses.push_back(uartRx);
|
||||||
|
top->io_uart_rxd = 1;
|
||||||
|
|
||||||
|
|
||||||
SdramConfig *sdramConfig = new SdramConfig(
|
SdramConfig *sdramConfig = new SdramConfig(
|
||||||
2, //byteCount
|
2, //byteCount
|
||||||
|
|
Loading…
Reference in New Issue