diff options
author | Max Bruckner <max@maxbruckner.de> | 2015-12-29 20:53:43 +0100 |
---|---|---|
committer | Max Bruckner <max@maxbruckner.de> | 2015-12-29 20:53:43 +0100 |
commit | db5e1a257f6d5d13747303224ace7d937614407d (patch) | |
tree | feb72afe2103e551ce763edd728d51beddb68f84 /examples | |
parent | 7852514c2cde208da87b62777b2c5e482092f50d (diff) | |
download | icestorm-db5e1a257f6d5d13747303224ace7d937614407d.tar.gz icestorm-db5e1a257f6d5d13747303224ace7d937614407d.tar.bz2 icestorm-db5e1a257f6d5d13747303224ace7d937614407d.zip |
remove trailing tab in hx8kboard example verilog
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hx8kboard/example.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hx8kboard/example.v b/examples/hx8kboard/example.v index 9fc5a11..accbc2e 100644 --- a/examples/hx8kboard/example.v +++ b/examples/hx8kboard/example.v @@ -20,6 +20,6 @@ module top ( counter <= counter + 1; outcnt <= counter >> LOG2DELAY; end - + assign {LED0, LED1, LED2, LED3, LED4, LED5, LED6, LED7} = outcnt ^ (outcnt >> 1); endmodule |