Skip to content
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

Suspected wrong pin wire connection. #235

Open
trharoldsen opened this issue Oct 11, 2023 · 0 comments
Open

Suspected wrong pin wire connection. #235

trharoldsen opened this issue Oct 11, 2023 · 0 comments

Comments

@trharoldsen
Copy link

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")));

https://github.com/YosysHQ/prjtrellis/blame/36c615d1740473cc3574464c7f0bed44da20e5b6/libtrellis/src/Bels.cpp#L1045

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant