Commit Graph

15 Commits

Author SHA1 Message Date
Sean Cross
ab33fe5653 litex: workshop: correct name of output files
The output filenames have changed from `top.bin` to be versioned based
on the hardware device.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-04 15:46:00 +08:00
Sean Cross
abd2b9a07a litex: workshop: specify new path to fomu board
It's moved from `partner` to ``.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-04 15:35:55 +08:00
Tim 'mithro' Ansell
bc783dc3d9 Updating ValentyUSB. 2020-01-02 12:37:11 +00:00
Sean Cross
3a96d67339 litex: enable git updating for workshop and workshop_rgb
Having `skip-git` is useful for workshops, where we might not have good
Internet access.  However, it's better to keep it enabled for general
use.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-10-23 00:05:09 +08:00
Sean Cross
90ef5da2c0 litex: simplify designs using litex_boards
Now that we have good default upstream boards, use these to simplify the
workshop files.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-09-02 18:42:32 +08:00
Sean Cross
d8c9b7281e litex: use local copy of _CRG
Upstream has removed the `platform` object which contained the _CRG,
and the _CRG was defective anyway.

Use a local copy of _CRG while we sort out the upstream instance.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-28 04:31:47 +08:00
Sean Cross
834395acff litex: chmod a+x *.py
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-27 10:51:22 +08:00
Tim 'mithro' Ansell
b5c15ef642 Add the DFU suffix inside the workshop.py script.
Update the instructions to use the new `top.dfu`.
2019-08-23 14:14:16 +02:00
Sean Cross
cf41a9f618 litex: make litex files device-independent
We now require a --board argument.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-20 17:44:53 +08:00
Sean Cross
c310d197f2 litex: use hacker platform
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 20:41:06 +08:00
Sean Cross
f7825ddbf1 litex: specify all required dependencies
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 18:33:50 +08:00
Sean Cross
b642686b23 litex: re-enable git support
If this is being checked out from the repo, users will want git
support so that it will recursively clone.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-22 22:32:37 -07:00
Sean Cross
f57ed22b01 litex: workshop: skip git check
Users might not have git installed, so this saves some time.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-20 08:36:50 -07:00
Sean Cross
2d9474c4a6 litex: workshop: add some useful defines
These aren't used right now, but they'll come in handy for examples.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 19:37:45 -07:00
Sean Cross
ac9e39bdcf litex: move examples into litex/ directory
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 14:31:43 -07:00