mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
Insert missing comma
This commit is contained in:
parent
d8a28ac153
commit
bc9d7f8e55
@ -30,7 +30,7 @@ module oh_pads_domain
|
|||||||
output [NGPIO-1:0] din, // data from pad
|
output [NGPIO-1:0] din, // data from pad
|
||||||
input [NGPIO-1:0] oen, // output enable (bar)
|
input [NGPIO-1:0] oen, // output enable (bar)
|
||||||
input [NGPIO-1:0] ie, // input enable
|
input [NGPIO-1:0] ie, // input enable
|
||||||
input [NGPIO*8-1:0] cfg // io config
|
input [NGPIO*8-1:0] cfg, // io config
|
||||||
input [NGPIO*TECH_CFG_WIDTH-1:0] tech_cfg // technology-specific config
|
input [NGPIO*TECH_CFG_WIDTH-1:0] tech_cfg // technology-specific config
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user