aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ff.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ff.h')
-rw-r--r--kernel/ff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/ff.h b/kernel/ff.h
index 5a629d5dd..41721b4a1 100644
--- a/kernel/ff.h
+++ b/kernel/ff.h
@@ -209,6 +209,8 @@ struct FfData {
// inputs and output, flip the corresponding init/reset bits, swap clr/set
// inputs with proper priority fix.
void flip_bits(const pool<int> &bits);
+
+ void flip_rst_bits(const pool<int> &bits);
};
YOSYS_NAMESPACE_END