mirror of https://github.com/YosysHQ/yosys.git
12c5e9275c
This commit changes the way edge detectors are represented in generated code from a variable that is set in commit() and reset in eval() to a function that considers .curr and .next of the clock wire. Behavior remains the same. Besides being simpler to generate and providing more opportunities for optimization, this commit paves way for unbuffering module inputs. |
||
---|---|---|
.. | ||
Makefile.inc | ||
cxxrtl.cc | ||
cxxrtl.h |