Sameer Srivastava
11/04/2024, 11:31 AMMitch Bailey
11/04/2024, 4:23 PMSameer Srivastava
11/04/2024, 4:33 PMSameer Srivastava
11/04/2024, 4:33 PMMitch Bailey
11/04/2024, 4:35 PMFinal result:
Circuits match uniquely.
Can you share this /home/ubuntu/caravel_user_project/openlane/s3chip/runs/24_11_04_16_06/logs/signoff/41-s3chip.lef.lvs.log
? It has more detailed results.Sameer Srivastava
11/04/2024, 4:38 PMMitch Bailey
11/04/2024, 4:43 PMCell user_project_wrapper (0) disconnected node: vccd1
Cell user_project_wrapper (0) disconnected node: vccd2
Cell user_project_wrapper (0) disconnected node: vdda1
Cell user_project_wrapper (0) disconnected node: vdda2
Cell user_project_wrapper (0) disconnected node: vssa1
Cell user_project_wrapper (0) disconnected node: vssa2
Cell user_project_wrapper (0) disconnected node: vssd1
Cell user_project_wrapper (0) disconnected node: vssd2
unused power in verilog
Cell user_project_wrapper (1) disconnected node: vccd2
Cell user_project_wrapper (1) disconnected node: vdda1
Cell user_project_wrapper (1) disconnected node: vdda2
Cell user_project_wrapper (1) disconnected node: vssa1
Cell user_project_wrapper (1) disconnected node: vssa2
Cell user_project_wrapper (1) disconnected node: vssd2
vccd1
and vssd1
are not connected to anything in the layout. That’s what’s causing the port mismatch.Sameer Srivastava
11/04/2024, 5:10 PM`ifdef USE_POWER_PINS
.vccd1(vccd1), // User area 1 1.8V power
.vssd1(vssd1), // User area 1 digital ground
`endif
macros in the definitions, so not sure what I'm doing wrong here.Mitch Bailey
11/04/2024, 6:01 PM"FP_SIZING": "absolute",
"DIE_SIZE": "0 0 250 250",
or you can reposition it so that it intersects with the correct power rails.Sameer Srivastava
11/04/2024, 6:04 PMSameer Srivastava
11/04/2024, 6:05 PMMitch Bailey
11/04/2024, 6:11 PMSameer Srivastava
11/04/2024, 6:12 PM