Expose global variables and allow logging to python streams
authorBenedikt Tutzer <benedikt.tutzer@tuwien.ac.at>
Wed, 9 Oct 2019 11:59:35 +0000 (13:59 +0200)
committerBenedikt Tutzer <benedikt.tutzer@tuwien.ac.at>
Wed, 9 Oct 2019 11:59:35 +0000 (13:59 +0200)
commit9c59a56aa495a9d73979c76b92440ad256ca0f13
tree8a3263e052116c82358773a3e4af6c0a0d8d07ff
parent3fb604c75d3e8ee45d35fac8b787cb95a8adcf84
Expose global variables and allow logging to python streams

Global variables are now accessible via the Yosys class.
To capture Yosys output, once can now register an output stream in
Pyosys.
misc/py_wrap_generator.py