I'm trying to run verilog behavioural simulation f...
# caravel
h
I'm trying to run verilog behavioural simulation for my design. However when I run the makefile I see the error:
open_sky130/sky130A/libs.ref/sky130_fd_io/verilog/sky130_fd_io.v:37: Include file sky130_fd_io__top_gpiov2.pp.functional.v not found
and no simulation outputs
m
Path issue?
Or pdk out of date? I've not seen this one before. But I did verify that the behavioural tests work for the examples that ship with Caravel, so I'd suggest you check they work to validate your install.
h
Ok will do. That folder only has about 4 files in it. I'll check against the latest versions of the pdj
Well when I went into the
caravel-lite/verilog/dv/wb_utests
and hit make they ran ok I got the same error on the chip_io test
Looks like my installation is pretty outdated
@Matt Venn the reinstall wasn't easy, but it looks like it fixed those verilog simulation errors, thanks 🙂
👍 1