Skip to content

Commit

Permalink
Patch read sdc cpp (#1579)
Browse files Browse the repository at this point in the history
* Patch read_sdc.cpp

* read_sdc patch path
  • Loading branch information
alaindargelas authored Mar 10, 2024
1 parent fddad12 commit 17f7c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backend
Submodule Backend updated 1 files
+1 −1 CMakeLists.txt
2 changes: 1 addition & 1 deletion tests/Testcases/and2_2clks/constraints.sdc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ create_clock -period 5 [get_ports {clk1}] -name clk1
create_clock -period 5 [get_ports {clk2}] -name clk2
set_clock_groups -group [get_clocks {clk1}] -group [get_clocks {clk2}] -physically_exclusive
create_clock -name clk3 -period 6
#set_false_path -from [get_clocks {clk1}] -to [get_clocks {clk2}]
set_false_path -from [get_clocks {clk1}] -to [get_clocks {clk2}]

0 comments on commit 17f7c47

Please sign in to comment.