mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 03:45:52 +00:00
Fixed trailing whitespaces
This commit is contained in:
parent
053058d781
commit
6c84341f22
195 changed files with 729 additions and 729 deletions
|
@ -2,7 +2,7 @@ module counter (clk, rst, en, count);
|
|||
|
||||
input clk, rst, en;
|
||||
output reg [2:0] count;
|
||||
|
||||
|
||||
always @(posedge clk)
|
||||
if (rst)
|
||||
count <= 3'd0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue