@User @User Initial my understanding on la_data_in -128 bit signal from mgmt_core can be used as configuration port for design ?
But when i review the design, I see on power/default mode these ports are tri-stated until user enable it through software.
These floating input towards user_project will create considerable risk - As ports are floating for long duration during power up phase.
Not sure real reason for keeping in tri-state mode during power-up phase ?
File: mgmt_protect.v
/* Project data out from the managment side to the user project */
/* area when the user project is powered down. */
sky130_fd_sc_hd__einvp_8 la_buf [127:0] (
`ifdef USE_POWER_PINS
.VPWR(vccd),
.VGND(vssd),
.VPB(vccd),
.VNB(vssd),
`endif
.Z(la_data_in_core),
.A(~la_data_out_mprj),
.TE(la_data_out_enable)
);