mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
7 lines
217 B
Tcl
7 lines
217 B
Tcl
# report_checks -format json with no paths
|
|
read_liberty ../examples/sky130hd_tt.lib.gz
|
|
read_verilog verilog_attribute.v
|
|
link_design counter
|
|
create_clock -name clk -period 10
|
|
report_checks -path_group clk -format json
|