Missed this
authorEddie Hung <eddie@fpgeh.com>
Sat, 5 Oct 2019 15:57:37 +0000 (08:57 -0700)
committerEddie Hung <eddie@fpgeh.com>
Sat, 5 Oct 2019 15:57:37 +0000 (08:57 -0700)
passes/pmgen/xilinx_dsp_CREG.pmg

index 2408d483ab4fe69f8c2d9791dfce35e72468f936..a570430093de5412b89cf46cc2398e7696337a89 100644 (file)
@@ -105,9 +105,10 @@ endcode
 // #######################
 
 // Subpattern for matching against input registers, based on knowledge of the
-//   'Q' input. Typically, this task would be handled by other Yosys passes
-//   such as dff2dffe, but since DSP inference happens much before this, these
-//   patterns have to be manually identified.
+//   'Q' input. Typically, identifying registers with clock-enable and reset
+//   capability would be a task would be handled by other Yosys passes such as
+//   dff2dffe, but since DSP inference happens much before this, these patterns
+//   have to be manually identified.
 // At a high level:
 //   (1) Starting from a $dff cell that (partially or fully) drives the given
 //       'Q' argument