fpga: Formatting Verilog

This commit is contained in:
Michael Cardell Widerkrantz 2025-02-07 16:11:26 +01:00
parent dde524b425
commit d80df50973
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
4 changed files with 6 additions and 6 deletions

View file

@ -297,7 +297,7 @@ module application_fpga (
.txd(interface_rx),
.ch552_cts(interface_ch552_cts),
.fpga_cts(interface_fpga_cts),
.fpga_cts (interface_fpga_cts),
.cs(uart_cs),
.we(uart_we),

View file

@ -308,7 +308,7 @@ module application_fpga_sim (
.txd(interface_rx),
.ch552_cts(interface_ch552_cts),
.fpga_cts(interface_fpga_cts),
.fpga_cts (interface_fpga_cts),
.cs(uart_cs),
.we(uart_we),