This message was deleted.
# generative-ai
s
This message was deleted.
a
Have you added a hard macro in your design?
We will be online again for a help session in about 90 mins. We will also book 2 sessions tomorrow to help people finish.
m
@Efe Bayrakceken Can you share your
openlane/user_project_wrapper/macro.cfg
and your
verilog/gl/user_project_wrapper.v
files? The
macro.cfg
file specifies the location of the macro in
user_project_wrapper.v
. Make sure the instance names match.
e
here they are
👍 1
m
Since your
user_project_wrapper.v
instantiates
Wishbone_VGA_controller
as an instance named
Wishbone_VGA_controller
, change
mprj
in
macro.cfg
to
Wishbone_VGA_controller
.
❤️ 1
e
well that fixed it
🎉 1