fpga support and arty a7 100t #38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "programmerjake/fayalite:fpga-support-and-arty-a7-100t"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I got blinky to work on the Arty A7 100T! (
though the reset input is inverted so it only works while you hold down the reset button-- fixed)Commands to use:
Fixes: libre-chip/grant-tracking#4
Fixes: libre-chip/grant-tracking#6
It still needs:
done:
f310532eaatofaf1e5113cc2df30f844to676c1e3b7d2848f3dee4tod2efb94686d2efb94686to917a603b34cf7436b7cdto2bdc8a7c72WIP: fpga support and arty a7 100tto fpga support and arty a7 100tI got everything to work except that either blinky has an error or the board is broken -- one of the rgb leds blinks randomly as if there's a broken connection somewhere.
also I need to adjust the generated xdc so the clock properly gets the frequency constraint -- though afaict that isn't the cause of the random blinking since nextpnr-xilinx says it works up to >150MHz where the clock is only 100Mhz.
@programmerjake wrote in #38 (comment):
I checked it with my oscilloscope and it seems the green led has a broken connection, the transistor powering it and everything before then works fine, so I'm satisfied it's not caused by the FPGA so I'll just ignore it.
XilinxAnnotations, this makes nextpnr-xilinx properly pick up the clock frequency@programmerjake wrote in #38 (comment):
done.