diff options
Diffstat (limited to 'common/nextpnr.h')
| -rw-r--r-- | common/nextpnr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h index 89e9c4f0..24f6948b 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -809,7 +809,7 @@ struct Context : Arch, DeterministicRNG // -------------------------------------------------------------- // provided by sdf.cc - void writeSDF(std::ostream &out) const; + void writeSDF(std::ostream &out, bool cvc_mode = false) const; // -------------------------------------------------------------- |
