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 80f887bb..c13cdf09 100644
--- a/gowin/arch.h
+++ b/gowin/arch.h
@@ -344,7 +344,6 @@ struct Arch : BaseArch<ArchRanges>
DelayQuad getWireTypeDelay(IdString wire);
void read_cst(std::istream &in);
void addMuxBels(const DatabasePOD *db, int row, int col);
- void addShadowRamBels(const DatabasePOD *db, int row, int col);
// ---------------------------------------------------------------
// Common Arch API. Every arch must provide the following methods.