Refactor diligent_jstk design files: update interface nets in diligent_jstk.bd, adjust UART interface in uart_viewer.py for enhanced data handling, and modify digilent_jstk2.vhd to remove unnecessary initialization.
This commit is contained in:
@@ -81,7 +81,6 @@ BEGIN
|
||||
IF aresetn = '0' THEN
|
||||
|
||||
tx_state <= DELAY;
|
||||
m_axis_tdata <= (OTHERS => '0');
|
||||
tx_delay_counter <= 0;
|
||||
|
||||
ELSE
|
||||
|
||||
Reference in New Issue
Block a user