diff options
author | gatecat <gatecat@ds0.me> | 2023-02-22 14:51:51 +0100 |
---|---|---|
committer | myrtle <gatecat@ds0.me> | 2023-02-23 10:05:55 +0100 |
commit | 14050f991bc2e4ce2c6e7f431fe2acd4f0cf2a70 (patch) | |
tree | 0848236a9eee9b1504ac4aa59289f964d2a11976 /generic/viaduct/fabulous/fasm.h | |
parent | 1809e18c7bb23d88ddb716482d72b3ce195a1b35 (diff) | |
download | nextpnr-14050f991bc2e4ce2c6e7f431fe2acd4f0cf2a70.tar.gz nextpnr-14050f991bc2e4ce2c6e7f431fe2acd4f0cf2a70.tar.bz2 nextpnr-14050f991bc2e4ce2c6e7f431fe2acd4f0cf2a70.zip |
fabulous: Global constant wires scheme
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'generic/viaduct/fabulous/fasm.h')
-rw-r--r-- | generic/viaduct/fabulous/fasm.h | 4 |
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 |