-
Notifications
You must be signed in to change notification settings - Fork 57
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
PIO0/PIO2 (HDR1/HDR2) access on icestick? #25
Comments
Confirmed, mine does the same thing. Hmm... |
I think it's a timing issue of some sort... there's a kludgy workaround:
I hit the same behaviour with the j1a8k (with the leds on the hx8k breakout board), but it seemed to go away when I changed the LEDS to use a byte-wide ioport module instead of outpins . I think it's something that merits an issue raised on cliffordwolf/icestorm - although he seems to be hard at work on icetime already, and we probably won't be able to figure out this issue until he's got it working well enough for us to see how the timing paths differ between the led's and the io ports. |
Seems fixed now with YosysHQ/yosys@840a6dc, YosysHQ/arachne-pnr@1a4fdf9, YosysHQ/icestorm@b49d2d3, ef9aaa6.
|
I see in j1a.v that the pin headers on the board are defined... with addresses defined under "IO PORTS" but I can't seem to set them:
...am I missing something?
The text was updated successfully, but these errors were encountered: