mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #19 from FSMaxB/patch-1
remove trailing tab in icestick example verilog
This commit is contained in:
commit
39d53a6a89
|
|
@ -17,6 +17,6 @@ module top (
|
||||||
counter <= counter + 1;
|
counter <= counter + 1;
|
||||||
outcnt <= counter >> LOG2DELAY;
|
outcnt <= counter >> LOG2DELAY;
|
||||||
end
|
end
|
||||||
|
|
||||||
assign {LED1, LED2, LED3, LED4, LED5} = outcnt ^ (outcnt >> 1);
|
assign {LED1, LED2, LED3, LED4, LED5} = outcnt ^ (outcnt >> 1);
|
||||||
endmodule
|
endmodule
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue