fpga: Format Verilog

This commit is contained in:
Michael Cardell Widerkrantz 2025-02-11 14:37:29 +01:00
parent aedd6102ea
commit 050e0f2673
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
4 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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
);