Tim 'mithro' Ansell
Tim 'mithro' Ansell
Some other examples here -> https://github.com/timvideos/litex-buildenv/wiki/LiteX-for-Hardware-Engineers#instances GitHubtimvideos/litex-buildenvAn environment for building LiteX based FPGA designs. Makes it easy to get everything you need! - timvideos/litex-buildenv
This is very weird... Nothing in the build environment should be using the system environment. Any chance you could reproduce in a docker container so we can figure out what...
Did you have some type of `PYTHONPATH`?
I think so! It is unclear to me why I didn't merge it?
udev doesn't make sense on Windows.
@cr1901 - Any idea here?
What instructions are you following? There are two guides for the Arty A7 on the wiki; https://github.com/timvideos/litex-buildenv/wiki GitHubtimvideos/litex-buildenvAn environment for building LiteX based FPGA designs. Makes it easy to get...
Work in progress at https://github.com/timvideos/litex-buildenv/pull/132
This has been fixed in #132. * The `download-env-root.sh` script has been renamed to `debian-setup.sh`. * `bootstrap.sh` script only calls `debian-setup.sh` on Debian / Ubuntu systems. Otherwise it checks for...
@TomKeddie You seem to be correct, it should be `grep -q` -- Do you want to submit your first pull request for fixing that?