I included hardened design IP in user_project_exam...
# caravel
r
I included hardened design IP in user_project_example.gds and verilog instantiation in user_project_example.v What could be wrong, I am not able to get the IP inside caravel.gds
a
You need a
user_project_wrapper.gds
not a
user_proj_example.gds
.
r
And verilog instantiation, is it to be kept at user_proj_example.v or user_project_wrapper.v?
a
user_project_wrapper.v
should contain your design as well.
r
It is also not working. I had created the gds file of pll design outside openlane. And shows processing timestamp mismatches: user_project_wrapper.
@Ahmed Ghazy I have actually design blackbox in user_proj_example.v and instantiated the design in user_project_wrapper.v , is it alright?
a
Can you share your repo so I can take a look?