Skip to content

Commit

Permalink
Fix name of attached wire of PLLDATO output pin of PLL primitive to J…
Browse files Browse the repository at this point in the history
…PLLDATO (was JPLLDATI).
  • Loading branch information
Travis Haroldsen committed Oct 11, 2023
1 parent b6c6f9b commit 054d31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtrellis/src/Bels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ namespace MachXO2Bels {
graph.add_bel_output(bel, graph.ident("CLKINTFB"), x, y, graph.ident("CLKINTFB_PLL"));
add_output("DPHSRC");
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")));
graph.add_bel_output(bel, graph.ident(fmt("PLLDATO" << i )), x, y, graph.ident(fmt("JPLLDATO" << i << "_PLL")));
add_output("PLLACK");


Expand Down

0 comments on commit 054d31e

Please sign in to comment.