-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make.py --load is broken -- no ./prog/openocd_xilinx.cfg #2
Comments
On master, after building, when I run
|
Update: I figured out the "No module named However, the "--load" option still does not work (if make.py is invoked directly). Yes, the bitstream is copied to ./binaries/ now, and the user can use openocd, but if they don't already have it aliased, it's a bit of a pain to go find the xc7 / ftdi 2232 cfg file. Was "--load" expected to work after the commit mentioned above? There is no ./prog/openocd_xilinx.cfg. |
This can probably be fixed easily, just by adding a prog/ directory to this repo, or, use the config files loaded with third_party/litex-boards.
The text was updated successfully, but these errors were encountered: