John Simons
07/19/2022, 8:54 PMMitch Bailey
07/19/2022, 11:38 PM/* NOTE: Need to pass the PDK root directory to iverilog with option -I */
`ifdef EF_STYLE // efabless style pdk installation; mainly for open galaxy users
Do you
1. pass the PDK root directory to iverilog with the option -I (this is actually probably $PDK_ROOT/sky130A
)?
2. have EF_STYLE
set correctly?John Simons
07/20/2022, 10:37 AM