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 zturn lite board #27

Merged
merged 4 commits into from Aug 23, 2019
Merged

add zturn lite board #27

merged 4 commits into from Aug 23, 2019

Conversation

rroohhh
Copy link
Contributor

@rroohhh rroohhh commented Aug 18, 2019

There is a version of this board with the xc7z007s aswell, not sure how to best handle that.

@whitequark
Copy link
Contributor

Look at Versa ECP5.

package = "clg400"
speed = "1"

resources = []
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure I want to merge this as-is -- no peripherals at all?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the only external peripherals are connected to the cpu, so they have to be accessed through the ps7 block

Connector(
"expansion", 0,
"- - "
"B19 E17"
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't correct. The concatenated string looks like "... B19 E17A20 D18 ..."


if __name__ == "__main__":
from ._blinky import Blinky
ZTurnLiteZ007SPlatform().build(Blinky(), do_program=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

It doesn't make any sense to run blinky on a board with no LEDs.

@whitequark whitequark merged commit 32aee0e into m-labs:master Aug 23, 2019
@whitequark
Copy link
Contributor

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants