cfelton / rhea

A collection of MyHDL cores and tools for complex digital circuit design
MIT License
85 stars 34 forks source link

Patch for #7, cleanup fifo_syncers #8

Closed meetps closed 8 years ago

meetps commented 8 years ago

I have made the following changes :

  1. Added full variable names and removed the m_ from function name
  2. Added docstring.
  3. Changed the corresponding function from other files.
  4. Added sync_length parameter in the sync_rest function.

Change verified by running the regression tests.