10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 15:12:14 +02:00

Fixed ocaml generator

This commit is contained in:
Thomas Applencourt 2015-03-27 18:15:23 +01:00
parent ba190353e8
commit d76f3683e1

View File

@ -463,7 +463,7 @@ def create_ocaml_input(dict_ezfio_cfg):
l_doc = []
for k, v in dict_ezfio_cfg.iteritems():
if v['interface'] == "output":
if v['interface'] == "input":
l_provider.append(k)
l_type.append(v["type"])
l_doc.append(v["doc"])