1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

Pass through tech_cfg_width to iobuf

This commit is contained in:
Noah Moroze 2021-10-08 18:53:47 +00:00
parent 172c1f8732
commit a7bae72f34

View File

@ -48,7 +48,8 @@ module oh_pads_domain
for(i=0;i<NGPIO;i=i+1)
begin : padio
asic_iobuf #(.DIR(DIR),
.TYPE(TYPE))
.TYPE(TYPE),
.TECH_CFG_WIDTH(TECH_CFG_WIDTH))
i0 (// data to core
.din (din[i]),
// data from core