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
For MachXO2, the PLLDATO# pins are connected to the JPLLDATI# wire. I don't see any PLL wires in the database, but they the output pins should seemingly be connected the JPLLDATO# pins.
for (int i=0;i<8;i++)
graph.add_bel_output(bel, graph.ident(fmt("PLLDATO" << i )), x, y, graph.ident(fmt("JPLLDATI" << i << "_PLL")));
For MachXO2, the PLLDATO# pins are connected to the JPLLDATI# wire. I don't see any PLL wires in the database, but they the output pins should seemingly be connected the JPLLDATO# pins.
https://github.com/YosysHQ/prjtrellis/blame/36c615d1740473cc3574464c7f0bed44da20e5b6/libtrellis/src/Bels.cpp#L1045
The text was updated successfully, but these errors were encountered: