GitHub
12/02/2022, 9:24 AMpdks/sky130A/libs.ref/sky130_fd_sc_hd/verilog/sky130_fd_sc_hd.v
line number 49162
, there appears to be a syntax error on the line. See the code below. It has an invalid label (should have been a comment). My guess is that in the Caravel SoC netlist simulation flow we don't see this because we always run with USE_POWER_PINS
defined whereas I'm running on a netlist without the power pins.
From:
endif SKY130_FD_SC_HD__LPFLOW_BLEEDER_FUNCTIONAL_V
To:
endif // SKY130_FD_SC_HD__LPFLOW_BLEEDER_FUNCTIONAL_V
RTimothyEdwards/open_pdks