Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
  2. Jan 30, 2020
  3. Jun 08, 2018
  4. Dec 13, 2017
  5. Feb 03, 2017
  6. Dec 15, 2016
  7. 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