You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may not be a bug, but I don't think that the dvi 12bit example technically meets timing. If we look here we are running the pll output at 39.75 MHz. When the make file runs the nextpnr-ice40 it doesn't set the goal frequency, so it defaults to 12 Mhz.
If I edit the Makefile to include FREQ = 39.75. Then the build fails with:
This may not be a bug, but I don't think that the dvi 12bit example technically meets timing. If we look here we are running the pll output at 39.75 MHz. When the make file runs the
nextpnr-ice40
it doesn't set the goal frequency, so it defaults to 12 Mhz.If I edit the
Makefile
to includeFREQ = 39.75
. Then the build fails with:I could be wrong, but I think that is how the tool should be setup. Am I correct about it not making timing?
The text was updated successfully, but these errors were encountered: