aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.cc
diff options
context:
space:
mode:
authorYRabbit <rabbit@yrabbit.cyou>2023-01-30 18:59:09 +1000
committerYRabbit <rabbit@yrabbit.cyou>2023-01-30 18:59:09 +1000
commit2829a7d70af7a4cc32173cced2ebd5cb5e46cb93 (patch)
tree01342e7f504ce94de0ee5342fee6b17f6094d2a4 /gowin/arch.cc
parent6a1212a1e14d19bda114317e9f544b534cbf2841 (diff)
downloadnextpnr-2829a7d70af7a4cc32173cced2ebd5cb5e46cb93.tar.gz
nextpnr-2829a7d70af7a4cc32173cced2ebd5cb5e46cb93.tar.bz2
nextpnr-2829a7d70af7a4cc32173cced2ebd5cb5e46cb93.zip
gowin: Proper use of the C++ mechanisms
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
Diffstat (limited to 'gowin/arch.cc')
-rw-r--r--gowin/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gowin/arch.cc b/gowin/arch.cc
index 5ef83fbb..1574eee3 100644
--- a/gowin/arch.cc
+++ b/gowin/arch.cc
@@ -2108,7 +2108,7 @@ bool Arch::is_GCLKT_iob(const CellInfo *cell)
return false;
}
-void Arch::bind_pll_to_bel(CellInfo *ci, int loc)
+void Arch::bind_pll_to_bel(CellInfo *ci, PLL loc)
{
BelId bel;
switch (ci->type.hash()) {