Skip to content

Commit 4aa79e4

Browse files
committed
[TEST] EArch.xml: showcase 'edge' attribute in clock ports
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent ed0a7ff commit 4aa79e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vtr_flow/arch/timing/EArch.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<!-- address lines -->
105105
<port name="data" clock="clk"/>
106106
<!-- data lines can be broken down into smaller bit widths minimum size 1 -->
107-
<port name="clk" is_clock="1"/>
107+
<port name="clk" is_clock="1" edge="rising"/>
108108
<!-- memories are often clocked -->
109109
</input_ports>
110110
<output_ports>
@@ -126,7 +126,7 @@
126126
<!-- data lines can be broken down into smaller bit widths minimum size 1 -->
127127
<port name="data2" clock="clk"/>
128128
<!-- data lines can be broken down into smaller bit widths minimum size 1 -->
129-
<port name="clk" is_clock="1"/>
129+
<port name="clk" is_clock="1" edge="falling"/>
130130
<!-- memories are often clocked -->
131131
</input_ports>
132132
<output_ports>

0 commit comments

Comments
 (0)