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:
2
python/functions.py
Normal file
2
python/functions.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def test_function():
|
||||
print("Hello World!")
|
||||
Reference in New Issue
Block a user