aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index a786608d..66bba997 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -871,6 +871,11 @@ struct Context : Arch, DeterministicRNG
// --------------------------------------------------------------
+ // provided by svg.cc
+ void writeSVG(const std::string &filename, const std::string &flags = "") const;
+
+ // --------------------------------------------------------------
+
uint32_t checksum() const;
void check() const;