mirror of https://github.com/lnis-uofu/SOFA.git
[Script] Force a fixed number of clock cycles in simulation to avoid false-positive
This commit is contained in:
parent
a19c9bdbda
commit
b966829566
|
@ -11,7 +11,7 @@
|
||||||
As the FPGA core does not share the clock with Caravel SoC
|
As the FPGA core does not share the clock with Caravel SoC
|
||||||
the actual clock frequency could be higher
|
the actual clock frequency could be higher
|
||||||
-->
|
-->
|
||||||
<operating frequency="50e6" num_cycles="auto" slack="0.2"/>
|
<operating frequency="50e6" num_cycles="100" slack="0.2"/>
|
||||||
<!-- Use 50MHz as the Caravel SoC can operate at 50MHz
|
<!-- Use 50MHz as the Caravel SoC can operate at 50MHz
|
||||||
As the FPGA core does not share the clock with Caravel SoC
|
As the FPGA core does not share the clock with Caravel SoC
|
||||||
the actual programming clock frequency could be higher
|
the actual programming clock frequency could be higher
|
||||||
|
|
Loading…
Reference in New Issue