mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
report_json1/2.tcl rm redirection
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -4,4 +4,4 @@ read_verilog verilog_attribute.v
|
||||
link_design counter
|
||||
create_clock -name clk -period 10 clk
|
||||
set_input_delay -clock clk 0 [all_inputs -no_clocks]
|
||||
report_checks -path_group clk -format json >> results/report_json1.log
|
||||
report_checks -path_group clk -format json
|
||||
|
||||
@@ -3,4 +3,4 @@ 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 >> results/report_json2.log
|
||||
report_checks -path_group clk -format json
|
||||
|
||||
Reference in New Issue
Block a user