mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #20 from FSMaxB/patch-2
remove trailing tab in hx8kboard example verilog
This commit is contained in:
commit
eb85e29ff0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue