| commit | c7e908bdd14b20faa85fe122cbe103d0d4fefcfd | [log] [tgz] |
|---|---|---|
| author | Tomasz Michalak <tmichalak@antmicro.com> | Mon Oct 19 15:31:05 2020 +0200 |
| committer | Tomasz Michalak <tmichalak@antmicro.com> | Mon Oct 19 15:32:28 2020 +0200 |
| tree | c7c6478a768df16b4dbee0f2cc2b1fec276d3fa4 | |
| parent | 17d5d6d3c6f294065bd68f31eb8f083a13910d34 [diff] |
SDC: Add -through pin case for set_false_path command test Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
diff --git a/sdc-plugin/tests/set_false_path/set_false_path.golden.sdc b/sdc-plugin/tests/set_false_path/set_false_path.golden.sdc index 4e75de4..b90bd9b 100644 --- a/sdc-plugin/tests/set_false_path/set_false_path.golden.sdc +++ b/sdc-plugin/tests/set_false_path/set_false_path.golden.sdc
@@ -1,3 +1,4 @@ set_false_path -to inter_wire set_false_path -from clk set_false_path -from clk -to bottom_inst.I +set_false_path -through bottom_inst.I
diff --git a/sdc-plugin/tests/set_false_path/set_false_path.tcl b/sdc-plugin/tests/set_false_path/set_false_path.tcl index a4e01f4..ae14469 100644 --- a/sdc-plugin/tests/set_false_path/set_false_path.tcl +++ b/sdc-plugin/tests/set_false_path/set_false_path.tcl
@@ -16,4 +16,7 @@ # -from clk to bottom_inst/I set_false_path -from clk -to bottom_inst.I +# -through bottom_inst/I +set_false_path -through bottom_inst.I + write_sdc $::env(DESIGN_TOP).sdc