Join Slack
Powered by
When I run the user_project_wrapper, I see error m...
# shuttle
j
Janani Aravind
02/25/2022, 5:39 PM
When I run the user_project_wrapper, I see error message during synthesis. "ERROR: Unimplemented compiler directive or undefined macro `MPRJ_IO_PADS". Also, attached is the 1-synthesis.log file. Please help.
1-synthesis.log
a
Arman Avetisyan
02/26/2022, 7:12 AM
It means it's not defined in verilog. My assumption is that the defines.v is not included or is not in configured to be in verilog source list.
v
Vijayan Krishnan
02/26/2022, 9:19 AM
$::env(CARAVEL_ROOT)/verilog/rtl/defines.v need to be set. Refer
https://github.com/efabless/caravel_user_project/blob/main/openlane/user_project_wrapper/config.tcl
j
Janani Aravind
03/03/2022, 7:31 PM
Thanks, It works!
2
Views
Open in Slack
Previous
Next