remove trailing tab in icestick example verilog

This commit is contained in:
Max Bruckner 2015-12-29 20:52:34 +01:00
parent 7852514c2c
commit d6a60bc2b5
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ module top (
counter <= counter + 1;
outcnt <= counter >> LOG2DELAY;
end
assign {LED1, LED2, LED3, LED4, LED5} = outcnt ^ (outcnt >> 1);
endmodule