Closed passant5 closed 1 year ago
def needs to be recreated. @RTimothyEdwards
DEF view and GL/RTL include different net names. The following nets are required to be updated in the GL/RTL to match the DEF:
VSS
-> vss
VDD
-> vdd
gpio_schmitt_select_core
-> gpio_schmitt_select
gpio_pu_select_core
-> gpio_pu_select
gpio_pd_select_core
-> gpio_pd_select
gpio_slew_select_core
-> gpio_slew_select
mprj_io_oe
-> mprj_io_outen
mprj_io_slew_sel
-> mprj_io_slew_select
mprj_io_ie
-> mprj_io_inen
mprj_io_pulldown_sel
-> mprj_io_pd_select
mprj_io_pullup_sel
-> mprj_io_pu_select
mprj_io_schmitt_sel
-> mprj_io_schmitt_select
DEF has the power pins defined as
vss
andvdd
which areVSS
andVDD
in the GL (and RTL). As well, the cells are instantiated with different names. For example:mgmt_gpio_pad
in GL and RTL, whilegf180mcu_fd_io__bi_t_<number>
in DEF