mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-11 08:00:01 -04:00
fpga: Formatting Verilog
This commit is contained in:
parent
dde524b425
commit
d80df50973
4 changed files with 6 additions and 6 deletions
|
@ -360,7 +360,7 @@ module uart_core (
|
|||
// Just a glitch.
|
||||
rxd_bitrate_ctr_rst = 1;
|
||||
erx_ctrl_new = ERX_IDLE;
|
||||
erx_ctrl_we = 1;
|
||||
erx_ctrl_we = 1;
|
||||
end
|
||||
|
||||
else begin
|
||||
|
|
|
@ -50,7 +50,7 @@ module uart_fifo (
|
|||
output wire [7 : 0] out_data,
|
||||
input wire out_ack,
|
||||
|
||||
output wire fpga_cts
|
||||
output wire fpga_cts
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue