`../../../../rtl/caravel.v:27: Include file libs.t...
# caravel
a
../../../../rtl/caravel.v:27: Include file libs.tech/openlane/custom_cells/verilog/sky130_ef_io__gpiov2_pad_wrapped.v not found
am i missing some setup step? (using latest openlane and caravel - tried both with the openlane(develop)'s pdk installer, as well as caravel(develop)'s pdk installer, both yield same error when trying to run the tests in verilog/dv)
t
The path has changed, it is now with the other pads.
a
ah, do i just patch caravel manually then?
t
That's what I did.
a
thanks