code format

This commit is contained in:
nino-porcino 2022-05-04 14:15:09 +02:00
parent 44398c6668
commit abfe99721e

View File

@ -227,7 +227,7 @@ ACI ACI(
.addr(sdram_addr[15:0]), .addr(sdram_addr[15:0]),
.dout(aci_dout), .dout(aci_dout),
.tape_in(CASIN), .tape_in(CASIN),
.tape_out(CASOUT), .tape_out(CASOUT)
); );
// latches cassette audio input // latches cassette audio input
@ -295,7 +295,6 @@ end
wire dummy = is_downloading && download_wr; wire dummy = is_downloading && download_wr;
assign LED = ~dummy; assign LED = ~dummy;
// ram interface // ram interface
wire [15:0] cpu_addr; wire [15:0] cpu_addr;
wire [7:0] cpu_dout; wire [7:0] cpu_dout;