Hello, This is related to the IP hardening process...
# caravel
m
Hello, This is related to the IP hardening process. From the tutorials on efabless.com, I understand that IP hardening is 2-step process (1: Harden your design, 2: Instantiate the netlist within user_project_wrapper and then harden the complete wrapper). Can we simply instantiate our custom RTL in user_project_wrapper and harden only once?
1
v
Yes you can.. So accordingly change config.json as well
1
m
Okay thank you for the response!