aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'gowin/arch.h')
-rw-r--r--gowin/arch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gowin/arch.h b/gowin/arch.h
index eab75899..3a1b2534 100644
--- a/gowin/arch.h
+++ b/gowin/arch.h
@@ -449,7 +449,6 @@ struct Arch : BaseArch<ArchRanges>
// Get the TimingClockingInfo of a port
TimingClockingInfo getPortClockingInfo(const CellInfo *cell, IdString port, int index) const;
- bool isValidBelForCell(CellInfo *cell, BelId bel) const;
bool isBelLocationValid(BelId bel) const;
static const std::string defaultPlacer;