mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 11:51:47 +02:00
test: Apply review feedback - part2
- Remove stale line-number coverage comments (# Targets: line NNN, hit=0) - Remove useless file-existence checks from verilog/sdf tests - Delete 21 orphaned dcalc Tcl tests (C++ tests already cover them) - Rename liberty_ccsn_ecsm -> liberty_ccsn (no ECSM libs available) - Fix liberty_sky130_corners to use define_corners/-corner for real multi-corner testing - Add report_checks per wireload model in liberty_wireload - Fix test/regression to work from test/ directory (label mismatch) - Refactor all module CMakeLists.txt with sta_module_tests() macro Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6799b1909a
commit
547737f71e
@@ -1,20 +1,4 @@
|
||||
# Test pattern matching functions for coverage improvement
|
||||
# Targets: Network.cc uncovered functions:
|
||||
# findNetsMatching (line 914, hit=0), findNetsMatchingLinear (line 977, hit=0),
|
||||
# findPinsMatching (line 992, hit=0), findInstPinsMatching (line 1066, hit=0),
|
||||
# findInstancesMatching (line 724, hit=0), findInstancesMatching1 (line 744, hit=0),
|
||||
# findNetLinear (line 898, hit=0), findPinLinear (line 839, hit=0),
|
||||
# connectedNets(Pin) (line 580, hit=0),
|
||||
# pathNameLess(Instance) (line 287, hit=0), pathNameLess(Net) (line 486, hit=0),
|
||||
# pathNameCmp(Net) (line 493, hit=0),
|
||||
# isInside(Instance) (line 344, hit=0), isInside(Net) (line 416, hit=0),
|
||||
# isInside(Pin, Instance) (line 448, hit=0), isInside(Pin, Pin) (line 441, hit=0),
|
||||
# instanceCount (line 1098, 1111, hit=0), pinCount (line 1117, 1137, hit=0),
|
||||
# netCount (line 1143, 1163, hit=0), leafInstanceCount (line 1169, hit=0),
|
||||
# leafPinCount (line 1182, hit=0)
|
||||
# Also targets: SdcNetwork.cc (findNet, busName)
|
||||
# NetworkCmp.cc (InstancePathNameLess, NetPathNameLess, sortByPathName for Instances/Nets)
|
||||
|
||||
read_liberty ../../test/nangate45/Nangate45_typ.lib
|
||||
read_verilog network_test1.v
|
||||
link_design network_test1
|
||||
|
||||
Reference in New Issue
Block a user