Optimize is currently missing the elimination of "double not" #447
Labels
beginner friendly
A good target for undergrads to contribute to PyRTL
enhancement
Proposed feature requests and improvements
The pyrtl.optimize code is not eliminating "double not" conditions (reducing them to a single wire). Right now it does some more complex optimizations including CSE but this very simple case gets missed. You can see very clearly from the code below.
The text was updated successfully, but these errors were encountered: