nga-python: add a Makefile for the Python image, update embedded image to provide coverage for i/o devices

FossilOrigin-Name: 709420db0d18a7794c208ce4827bd0f948ec47789a672371001faa54f985b498
This commit is contained in:
crc 2020-12-28 14:21:43 +00:00
parent 71f1598033
commit 676c09a9f8
2 changed files with 1062 additions and 848 deletions

7
Makefile.python Normal file
View file

@ -0,0 +1,7 @@
PYTHON ?= python3
default:
cp ngaImage pythonImage
$(PYTHON) tools/retro-extend.py pythonImage interface/clock.retro interface/filesystem.retro interface/floatingpoint.retro interface/rng.retro
$(PYTHON) tools/retro-embedimage.py pythonImage >vm/nga-python/InitialImage.py
rm -f pythonImage

File diff suppressed because it is too large Load diff