From b3d35ccadc745851514abc7d7aa26f41532ac914 Mon Sep 17 00:00:00 2001 From: Larry Doolittle Date: Mon, 31 Jul 2017 17:01:55 -0700 Subject: Squelch trailing whitespace --- icefuzz/tests/example_icestick.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icefuzz/tests/example_icestick.v') diff --git a/icefuzz/tests/example_icestick.v b/icefuzz/tests/example_icestick.v index 4635550..80924b6 100644 --- a/icefuzz/tests/example_icestick.v +++ b/icefuzz/tests/example_icestick.v @@ -24,6 +24,6 @@ module top ( always@(posedge clk) counter <= counter + 1; - + assign {LED1, LED2, LED3, LED4, LED5} = bin2gray(counter >> LOG2DELAY); endmodule -- cgit v1.2.3