Skip to content
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

Add support for EBAZ4205 'Development' Board #180

Merged
merged 1 commit into from Aug 13, 2021
Merged

Add support for EBAZ4205 'Development' Board #180

merged 1 commit into from Aug 13, 2021

Conversation

kholia
Copy link
Contributor

@kholia kholia commented Aug 13, 2021

References:

Usage:

$ pwd
nmigen-boards/nmigen_boards

$ pip3 install --editable "."

$ python3 -m nmigen_boards.ebaz4205

At this point, both the LEDs should start blinking.

References:

- https://github.com/fusesoc/blinky/pull/68/files (EBAZ4205 blinky)
- https://github.com/fusesoc/blinky#ebaz4205-development-board
- https://github.com/olofk/serv/pull/59/files (EBAZ4205 'serv' support)
- Existing 'arty_z7.py' example

Usage:

```
$ pwd
nmigen-boards/nmigen_boards

$ pip3 install --editable "."

$ python3 -m nmigen_boards.ebaz4205
```

At this point, both the LEDs should start blinking.
Copy link
Member

@whitequark whitequark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@whitequark whitequark merged commit abf3230 into amaranth-lang:master Aug 13, 2021
olofk pushed a commit to olofk/corescore that referenced this pull request Aug 22, 2021
Usage:

```
fusesoc run --target=ebaz4205 corescore

python3 fusesoc_libraries/corescore/sw/corecount.py /dev/ttyUSB0
```

Result: We can fit 85 cores on this board ;)

Per-core price:

20.93 USD (my price) / 85 => $0.246235/core

5 USD ("In-China" price) / 85 => $0.0588235/core

References:

- https://github.com/fusesoc/blinky#ebaz4205-development-board
- https://github.com/olofk/serv/#ebaz4205-development-board
- amaranth-lang/amaranth-boards#180 (merged)
- https://github.com/xjtuecho/EBAZ4205#ebaz4205 (mentions "In-China" price)
- The existing 'nexys_a7' example
enjoy-digital pushed a commit to litex-hub/litex-boards that referenced this pull request Aug 31, 2021
Usage:

```
./ebaz4205.py --cpu-type=vexriscv --build --load
```

```
$ pwd
litex-boards/litex_boards/targets
```

Tip: Use `GTKTerm` to connect to /dev/ttyUSB0 (usually) and interact
with the LiteX BIOS.

References:

- https://github.com/fusesoc/blinky#ebaz4205-development-board
- https://github.com/olofk/serv/#ebaz4205-development-board
- https://github.com/xjtuecho/EBAZ4205#ebaz4205
- amaranth-lang/amaranth-boards#180 (merged)
- olofk/corescore#33
- The existing 'Zybo Z7' example

Note: The `PS7` stuff remains untested via LiteX for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants