Slackbot
06/02/2023, 7:44 PMAndrew Wright
06/02/2023, 7:59 PMAndrew Wright
06/02/2023, 8:00 PMMitch Bailey
06/02/2023, 8:26 PMopenlane/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.Efe Bayrakceken
06/02/2023, 8:36 PMMitch Bailey
06/02/2023, 9:09 PMuser_project_wrapper.v
instantiates Wishbone_VGA_controller
as an instance named Wishbone_VGA_controller
, change mprj
in macro.cfg
to Wishbone_VGA_controller
.Efe Bayrakceken
06/03/2023, 6:15 AM