From 14050f991bc2e4ce2c6e7f431fe2acd4f0cf2a70 Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 22 Feb 2023 14:51:51 +0100 Subject: fabulous: Global constant wires scheme Signed-off-by: gatecat --- generic/viaduct/fabulous/fasm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'generic/viaduct/fabulous/fasm.h') 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 &pip_tags, + const std::string &filename); NEXTPNR_NAMESPACE_END -- cgit v1.2.3