Ananya Mishra
12/11/2023, 3:49 PMAnanya Mishra
12/11/2023, 3:51 PMAnanya Mishra
12/11/2023, 3:53 PMAnanya Mishra
12/11/2023, 3:54 PMAnanya Mishra
12/11/2023, 3:55 PMAnanya Mishra
12/11/2023, 3:56 PMTim Edwards
12/11/2023, 4:44 PMuser_proj_example
module is irrelevant; the power supply names in user_project_wrapper
must be "vccd1", "vssd1", etc., because there are automated scripts that analyze the project wrapper and expect the pin names to match what's expected.
Within user_project_wrapper
, the pin (net) names can get connected to different names in the instanced modules; e.g., in the call to instantiate user_proj_example
, the pin assignment .vdd(vccd1)
would connect the power supply named vccd1
in user_project_wrapper
to the power supply named vdd
in user_proj_example
.Ananya Mishra
12/11/2023, 6:56 PMMitch Bailey
12/11/2023, 10:20 PMsky130
is vccd1
and vssd1
. The power for gf180mcu
is vdd
and vss
.Tim Edwards
12/12/2023, 12:50 AMAnanya Mishra
12/12/2023, 2:26 AM