Steven Kiss
07/20/2022, 3:30 PMmake user_project_wrapper
my vccd1 pins wont match to each other when it checks lvs. Is there any simple solution or common mistake I may have made? I have both my vccd1 and my vssd1 declared in my verilog file and vssd1 pins match but the vccd1 pins don't so I'm confused.Mitch Bailey
07/20/2022, 3:37 PMSteven Kiss
07/20/2022, 3:39 PMMitch Bailey
07/20/2022, 3:47 PMSteven Kiss
07/20/2022, 3:53 PMringosc.v
is what you mean by gate level verilog but I don't know where to find my extracted. Would the extracted be produced from make <proj_name>
or from make user_proj_wrapper
?Steven Kiss
07/20/2022, 3:57 PMMitch Bailey
07/20/2022, 4:01 PMverilog/gl/user_project_wrapper.v
Find your extracted spice netlist with find openlane/user_project_wrapper -name '*spice'
Steven Kiss
07/20/2022, 4:10 PMMitch Bailey
07/20/2022, 11:08 PMXringosc io_out[0] io_in[1] ringosc/vccd1 vssd1 ringosc
This means that vccd1
of your ringosc
is not connected to vccd1
in user_project_wrapper
.
Can you verify this?Dinesh A
07/21/2022, 3:06 AMringosc
Macro Power Routing?, Is this Macro same as available in caravel ?Steven Kiss
07/21/2022, 1:59 PMDinesh A
07/21/2022, 2:28 PMSteven Kiss
07/21/2022, 3:33 PMDinesh A
07/21/2022, 3:56 PMSteven Kiss
07/21/2022, 4:01 PM