mirror of https://github.com/m-labs/artiq.git
examples/simple_simulation: fix
This commit is contained in:
parent
c171deec51
commit
83676927b5
|
@ -27,7 +27,7 @@ def main():
|
|||
dmgr["core"] = devices.Core(dmgr)
|
||||
for wo in "abcd":
|
||||
dmgr[wo] = devices.WaveOutput(dmgr, wo)
|
||||
exp = SimpleSimulation(dmgr)
|
||||
exp = SimpleSimulation((dmgr, None, None, {}))
|
||||
exp.run()
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue