aboutsummaryrefslogtreecommitdiffstats
path: root/generic/viaduct/fabulous/fasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/viaduct/fabulous/fasm.h')
-rw-r--r--generic/viaduct/fabulous/fasm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/viaduct/fabulous/fasm.h b/generic/viaduct/fabulous/fasm.h
index 0f152c64..90b10f2a 100644
--- a/generic/viaduct/fabulous/fasm.h
+++ b/generic/viaduct/fabulous/fasm.h
@@ -22,10 +22,12 @@
#include "fab_cfg.h"
#include "nextpnr.h"
+#include "validity_check.h"
NEXTPNR_NAMESPACE_BEGIN
-void fabulous_write_fasm(const Context *ctx, const FabricConfig &cfg, const std::string &filename);
+void fabulous_write_fasm(const Context *ctx, const FabricConfig &cfg, const std::vector<PseudoPipTags> &pip_tags,
+ const std::string &filename);
NEXTPNR_NAMESPACE_END