WorldofKerry / Python2Verilog

Transpiles a subset of Python functions into synthesizable SystemVerilog.
https://worldofkerry.github.io/Python2Verilog/
GNU General Public License v3.0
1 stars 0 forks source link

Auto-update Cytoscape Graph #58

Open WorldofKerry opened 1 year ago

WorldofKerry commented 1 year ago

Right now the Flask server must be restarted everything the cytoscape.log file is updated. File-watchers such as https://pypi.org/project/watchdog/ could be incorporated.