diff options
| author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2022-05-13 16:59:52 +0200 | 
|---|---|---|
| committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2022-05-13 23:02:30 +0200 | 
| commit | 2858bb03cd1e3417a5a8c4ebca10877b4fd64bfa (patch) | |
| tree | abc11e2fc86a7e8072005db252417a90cbd0a135 /kernel/ff.h | |
| parent | f56a3bd48f39138febc1de960982844f95e5c54f (diff) | |
| download | yosys-2858bb03cd1e3417a5a8c4ebca10877b4fd64bfa.tar.gz yosys-2858bb03cd1e3417a5a8c4ebca10877b4fd64bfa.tar.bz2 yosys-2858bb03cd1e3417a5a8c4ebca10877b4fd64bfa.zip  | |
Add opt_ffinv pass.
Diffstat (limited to 'kernel/ff.h')
| -rw-r--r-- | kernel/ff.h | 2 | 
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  | 
