1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-26 04:02:25 +00:00

Allow loading and running Python files before GUI starts

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah
2018-06-07 08:56:54 +02:00
parent c18f0b1c22
commit bdd9313582
5 changed files with 64 additions and 53 deletions

2
python/functions.py Normal file
View File

@@ -0,0 +1,2 @@
def test_function():
print("Hello World!")