We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0a7ff commit 4aa79e4Copy full SHA for 4aa79e4
vtr_flow/arch/timing/EArch.xml
@@ -104,7 +104,7 @@
104
<!-- address lines -->
105
<port name="data" clock="clk"/>
106
<!-- data lines can be broken down into smaller bit widths minimum size 1 -->
107
- <port name="clk" is_clock="1"/>
+ <port name="clk" is_clock="1" edge="rising"/>
108
<!-- memories are often clocked -->
109
</input_ports>
110
<output_ports>
@@ -126,7 +126,7 @@
126
127
<port name="data2" clock="clk"/>
128
129
+ <port name="clk" is_clock="1" edge="falling"/>
130
131
132
0 commit comments