1
0
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:
Noah Moroze 2021-08-07 17:15:48 -04:00
parent d8a28ac153
commit bc9d7f8e55

View File

@ -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
); );