-
i'm starting to target a 25K OrangeCrab board, and ran into an issue when trying to bind the trying something similar in my
indeed, the schematic for OrangeCrab shows U16 as the appropriate pin; the Lattice spreadsheets for this package confirm U16 as well when i run synthesis using
looking online, there are suggestions that i use the the OrangeCrab example in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
...
|
Beta Was this translation helpful? Give feedback.
that's pretty simple.... but the latest version of
ECP5. components
only defines theEHXPLL
component; adding a definition ofUSRMCLK
was straightforward....when i was fiddling around with the
OrangeCrab_BoardTop_Minimal
design the other day, i was able to increase the clock speed to 72MHz using the PLL; my design is a little more complex, and i was only able to get the clock to 40MHz....question: can i simply use the 48MHz OSC on the board itself and skip the PLL altogether??? when i synthesize this design, all of the timing constraints are now passing....