Skip to content

Commit 083b4c8

Browse files
committed
[TEST] multiclock.blif: set one FF as clocked on falling edge
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent a5c14f7 commit 083b4c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vtr_flow/benchmarks/blif/multiclock/multiclock.blif

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.outputs out1 out2 out3
44

55
.latch to_FFA FFA re clk 0
6-
.latch to_FFC FFC re clk 0
6+
.latch to_FFC FFC fe clk 0
77
.latch to_FFD FFD re clk2 0
88
.latch to_FFB FFB re clk2 0
99

@@ -27,4 +27,4 @@
2727
.names in3 out3
2828
1 1
2929

30-
.end
30+
.end

0 commit comments

Comments
 (0)