forked from M-Labs/artiq
runtime: increase initial_time
This commit is contained in:
parent
11d8840277
commit
8bf7b27a89
|
@ -75,7 +75,7 @@ class LinkInterface:
|
|||
class Environment(LinkInterface):
|
||||
def __init__(self, ref_period):
|
||||
self.ref_period = ref_period
|
||||
self.initial_time = 2000
|
||||
self.initial_time = 4000
|
||||
|
||||
def emit_object(self):
|
||||
tm = lt.TargetMachine.new(triple="or1k", cpu="generic")
|
||||
|
|
Loading…
Reference in New Issue