[DE0-Nano]
- reduce uart buffer to introduce more delay (work around for bus timeout) git-svn-id: http://moon:8086/svn/vhdl/trunk@1361 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -332,7 +332,7 @@ inst_uart : entity work.uart_wb
|
|||||||
(
|
(
|
||||||
f_sysclk => F_SYSCLK,
|
f_sysclk => F_SYSCLK,
|
||||||
baudrate_default => 115200.0,
|
baudrate_default => 115200.0,
|
||||||
fifo_depth_bits => 4
|
fifo_depth_bits => 1
|
||||||
)
|
)
|
||||||
PORT MAP
|
PORT MAP
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user