This commit is contained in:
2020-08-15 02:59:40 +02:00
parent 18bf707fdc
commit 5702101d03
14 changed files with 599 additions and 65 deletions

View File

@@ -33,6 +33,20 @@ To reduce the amount of typing:
poetry shell
# Running stuff remotely
For this you need a host you're able to ssh to.
Setup:
poetry install
poetry run remote-init <user@host>
poetry run remote-ignore '*.egg-info' '.git' '.remote.toml' '.venv' # TODO: get rid of this
poetry run remote poetry config --local virtualenvs.in-project true
poetry run remote poetry install
poetry run remote poetry install -E yosys -E nextpnr-ice40
poetry run remote python -m fpga.foobar generate -t il
# todo: