mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
runtime: increase initial time
This leaves some time for DDS FUD operations to complete.
This commit is contained in:
parent
16b2d9f177
commit
a60e6237bf
@ -73,7 +73,7 @@ class LinkInterface:
|
||||
class Environment(LinkInterface):
|
||||
def __init__(self, ref_period):
|
||||
self.ref_period = ref_period
|
||||
self.initial_time = 2000
|
||||
self.initial_time = 10000
|
||||
|
||||
def emit_object(self):
|
||||
tm = lt.TargetMachine.new(triple="or1k", cpu="generic")
|
||||
|
Loading…
Reference in New Issue
Block a user