mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
fix whitespace issues
This commit is contained in:
parent
fe59b6d3db
commit
7e0157ba2b
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@ package config_pkg;
|
|||
localparam integer
|
||||
DATA_WIDTH = 8,
|
||||
ADDR_WIDTH = 4;
|
||||
|
||||
|
||||
localparam logic [2:0]
|
||||
IDLE = 3'b000,
|
||||
START = 3'b001,
|
||||
|
@ -10,4 +10,4 @@ package config_pkg;
|
|||
ODD_PARITY = 3'b011,
|
||||
STOP = 3'b100,
|
||||
DONE = 3'b101;
|
||||
endpackage
|
||||
endpackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue