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:
parent
172c1f8732
commit
a7bae72f34
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user