aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/tests/example_icestick.v
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-07-31 17:01:55 -0700
committerClifford Wolf <clifford@clifford.at>2017-08-01 14:43:15 +0200
commitb3d35ccadc745851514abc7d7aa26f41532ac914 (patch)
treef40f1f87157ec0c917dfea14319fc15db0b1757c /icefuzz/tests/example_icestick.v
parent607ee66cc1bdd37f8fc213b4b227cfebcd1d2c27 (diff)
downloadicestorm-b3d35ccadc745851514abc7d7aa26f41532ac914.tar.gz
icestorm-b3d35ccadc745851514abc7d7aa26f41532ac914.tar.bz2
icestorm-b3d35ccadc745851514abc7d7aa26f41532ac914.zip
Squelch trailing whitespace
Diffstat (limited to 'icefuzz/tests/example_icestick.v')
-rw-r--r--icefuzz/tests/example_icestick.v2
1 files changed, 1 insertions, 1 deletions
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