From d6a60bc2b5665e7c352f659668f62790782d3e72 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Tue, 29 Dec 2015 20:52:34 +0100 Subject: remove trailing tab in icestick example verilog --- examples/icestick/example.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/icestick/example.v b/examples/icestick/example.v index cb7cfcd..a934400 100644 --- a/examples/icestick/example.v +++ b/examples/icestick/example.v @@ -17,6 +17,6 @@ module top ( counter <= counter + 1; outcnt <= counter >> LOG2DELAY; end - + assign {LED1, LED2, LED3, LED4, LED5} = outcnt ^ (outcnt >> 1); endmodule -- cgit v1.2.3