wip
This commit is contained in:
14
README.md
14
README.md
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user