Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
  2. Aug 14, 2014
    • Tomasz Wlostowski's avatar
      common: adding gc_sync_register. · d9f9928e
      Tomasz Wlostowski authored
      gc_sync_register is a multibit cross-clock domain synchronizer, with constrainable input delay, to
      prevent sync delays with more than 1 clock cycle uncertainity. Used to synchronize counters
      in dual-clock FIFOs.
      
      For Xilinx devices, add this constraint to your UCF file
      
      NET "*/gc_sync_register_in[*]" MAXDELAY=<faster_clock_period / 2 here>;
      d9f9928e
  3. Jul 17, 2014
  4. May 15, 2014
  5. Apr 25, 2014
  6. Jan 14, 2014
  7. Jan 09, 2014
  8. Nov 28, 2013
  9. Nov 26, 2013
  10. Apr 25, 2013
  11. Mar 08, 2013
  12. Mar 05, 2013
  13. Aug 01, 2012
    • Wesley W. Terpstra's avatar
      Cleanup reset logic. · 1f7fae25
      Wesley W. Terpstra authored
      Each clock domain needs a separate reset line.
      However, one cannot reset only a single domain---that could cause inconsistency
      at clock crossing boundaries.
      This change splits reset lines per clock domain and centralizes generation.
      1f7fae25
  14. Mar 28, 2012
  15. Mar 12, 2012
  16. Jan 31, 2012
  17. Jan 16, 2012
  18. May 31, 2011
  19. May 27, 2011
  20. Apr 29, 2011