Navaneeth
12/01/2023, 8:00 AMContents of circuit 1: Circuit: 'user_project_wrapper'
Circuit user_project_wrapper contains 112 device instances.
Class: alpha_soc instances: 1
Class: gf180mcu_fd_sc_mcu7t5v0__antenna instances: 111
Circuit contains 623 nets, and 129 disconnected pins.
Contents of circuit 2: Circuit: 'user_project_wrapper'
Circuit user_project_wrapper contains 112 device instances.
Class: alpha_soc instances: 1
Class: gf180mcu_fd_sc_mcu7t5v0__antenna instances: 111
Circuit contains 289 nets, and 129 disconnected pins.
Circuit 1 contains 112 devices, Circuit 2 contains 112 devices.
Circuit 1 contains 623 nets, Circuit 2 contains 289 nets. *** MISMATCH ***
These are some of the nets which are not matched
Net: ANTENNA_mprj_io_in[15]/VNW |(no matching net)
gf180mcu_fd_sc_mcu7t5v0__antenna/VNW = 1 |
|
Net: ANTENNA_mprj_wbs_cyc_i/VNW |(no matching net)
gf180mcu_fd_sc_mcu7t5v0__antenna/VNW = 1 |
|
Net: ANTENNA_mprj_io_in[32]/VNW |(no matching net)
gf180mcu_fd_sc_mcu7t5v0__antenna/VNW = 1 |
|
Net: ANTENNA_mprj_wbs_adr_i[18]/VNW |(no matching net)
gf180mcu_fd_sc_mcu7t5v0__antenna/VNW = 1 |
|
Net: ANTENNA_mprj_io_in[3]/VNW |(no matching net)
gf180mcu_fd_sc_mcu7t5v0__antenna/VNW = 1 |
Thanks in advance.Mitch Bailey
12/01/2023, 1:08 PMuser_project_wrapper
is setup as a wiring only layout which only works if the wires have no antenna rule violations or timing problems. Otherwise, it’s probably better to synthesize the top level.Navaneeth
12/01/2023, 4:50 PM"GRT_REPAIR_ANTENNAS": 0,
"DIODE_ON_PORTS": "None",
"RUN_HEURISTIC_DIODE_INSERTION": 0,
I had removed the DIODE_INSERTION_STRATEGY
after seeing the
[WARNING]: DIODE_INSERTION_STRATEGY is now deprecated; use GRT_REPAIR_ANTENNAS, DIODE_ON_PORTS and RUN_HEURISTIC_DIODE_INSERTION instead.
thinking that it is not effective. But now after adding it back in and setting it 0, the flow is completed.Navaneeth
12/02/2023, 5:03 AMCircuit was modified by parallel/series device merging.
New circuit summary:
Contents of circuit 1: Circuit: 'gf180mcu_fd_sc_mcu7t5v0__aoi221_2'
Circuit gf180mcu_fd_sc_mcu7t5v0__aoi221_2 contains 14 device instances.
Class: pfet_06v0 instances: 5
Class: nfet_06v0 instances: 9
Circuit contains 14 nets.
Contents of circuit 2: Circuit: 'gf180mcu_fd_sc_mcu7t5v0__aoi221_2'
Circuit gf180mcu_fd_sc_mcu7t5v0__aoi221_2 contains 14 device instances.
Class: pfet_06v0 instances: 5
Class: nfet_06v0 instances: 9
Circuit contains 14 nets.
Circuit 1 contains 14 devices, Circuit 2 contains 14 devices.
Circuit 1 contains 14 nets, Circuit 2 contains 14 nets.
Navaneeth
12/02/2023, 6:33 AMMitch Bailey
12/02/2023, 2:24 PMNavaneeth
12/02/2023, 5:43 PM2023-12-01 18:04:46 - [INFO] - LVS output directory: /home/navaneeth/Projects/openmpw/riscv_soc/precheck_results/01_DEC_2023___17_04_18
2023-12-01 18:25:54 - [ERROR] - ERROR LVS FAILED, stat=1, see /home/navaneeth/Projects/openmpw/riscv_soc/precheck_results/01_DEC_2023___17_04_18/logs/LVS_check.log
2023-12-01 18:25:54 - [WARNING] - {{LVS CHECK FAILED}} The design, user_project_wrapper, has LVS violations.
2023-12-01 18:25:54 - [INFO] - {{FINISH}} Executing Finished, the full log 'precheck.log' can be found in '/home/navaneeth/Projects/openmpw/riscv_soc/precheck_results/01_DEC_2023___17_04_18/logs'
2023-12-01 18:25:54 - [CRITICAL] - {{FAILURE}} 1 Check(s) Failed: ['LVS'] !!!
Mitch Bailey
12/02/2023, 9:28 PMFinal result:
Circuits match uniquely.
.
Logging to file "/home/navaneeth/Projects/openmpw/riscv_soc/precheck_results/01_DEC_2023___17_04_18/tmp/lvs.report" disabled
LVS Done.
Warning: device level LVS may be incomplete due to 2 unflattened cell(s): see /home/navaneeth/Projects/openmpw/riscv_soc/precheck_results/01_DEC_2023___17_04_18/outputs/reports/lvs.unflattened
You can look at precheck_results/01_DEC_2023___17_04_18/outputs/reports/lvs.unflattened
to see which cells are missing and add the spice or verilog to lvs/user_project_wrapper/lvs_config.json
. With verilog, be sure to list lower level cells before parent files.