Added TODO for how to add the COI set

This commit is contained in:
AdvaySingh1 2026-02-11 14:40:32 -08:00
parent 143a860673
commit 19060eeee7
1 changed files with 3 additions and 1 deletions

View File

@ -188,4 +188,6 @@ Future TODOs:
2) Add threshold (how many flops depend on the same enable signal)
3) Add different setting for type of mitter (maybe add just the !COI -> D == Q)
for a weaker clock gate (still consumes power if COI and D == Q but might be faster)
4) Deal with posede vs negedge of the clocks
4) Deal with posede vs negedge of the clocks
5) Experiment with different logical combinations of the COI set (rather than just
or-ing them all together)