URL
https://opencores.org/ocsvn/s6soc/s6soc/trunk
Subversion Repositories s6soc
Compare Revisions
- This comparison shows the changes necessary to convert path
/s6soc/trunk
- from Rev 30 to Rev 31
- ↔ Reverse comparison
Rev 30 → Rev 31
/rtl/toplevel.v
127,6 → 127,9
wire tx_busy; |
wire [29:0] uart_setup; |
|
wire reset_s; |
assign reset_s = 1'b0; |
|
wire rx_break, rx_parity_err, rx_frame_err, rx_ck_uart, tx_break; |
assign tx_break = 1'b0; |
rxuart rcvuart(clk_s, 1'b0, uart_setup, |