mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-04 06:26:09 +00:00
Remove trailing whitespaces
This commit is contained in:
parent
48a3dcc02a
commit
a689342207
317 changed files with 3136 additions and 3136 deletions
|
|
@ -27,13 +27,13 @@ initial
|
|||
else if (OPTION_RDINIT == "ANY")
|
||||
PORT_A_RD_DATA = PORT_A_RD_INIT_VALUE;
|
||||
|
||||
localparam ARST_VALUE =
|
||||
localparam ARST_VALUE =
|
||||
(OPTION_RDARST == "ZERO") ? 16'h0000 :
|
||||
(OPTION_RDARST == "INIT") ? PORT_A_RD_INIT_VALUE :
|
||||
(OPTION_RDARST == "ANY") ? PORT_A_RD_ARST_VALUE :
|
||||
16'hxxxx;
|
||||
|
||||
localparam SRST_VALUE =
|
||||
localparam SRST_VALUE =
|
||||
(OPTION_RDSRST == "ZERO") ? 16'h0000 :
|
||||
(OPTION_RDSRST == "INIT") ? PORT_A_RD_INIT_VALUE :
|
||||
(OPTION_RDSRST == "ANY") ? PORT_A_RD_SRST_VALUE :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue