Skip to content
Snippets Groups Projects
  1. Mar 23, 2018
  2. Mar 20, 2018
  3. Mar 16, 2018
  4. Mar 08, 2018
  5. Jan 23, 2018
  6. Dec 13, 2017
  7. Nov 28, 2017
  8. Oct 11, 2017
  9. Oct 10, 2017
  10. Aug 25, 2017
  11. Aug 22, 2017
  12. Feb 10, 2017
  13. Feb 03, 2017
  14. Dec 15, 2016
  15. Nov 29, 2016
  16. Nov 28, 2016
  17. Sep 27, 2016
  18. Aug 30, 2016
  19. Aug 25, 2016
    • Maciej Lipinski's avatar
      The added module is used in the SPEC-based WR-Btrain transmitter design. · 4100df70
      Maciej Lipinski authored
      It seems that similar modules might be needed in other designs. The
      added gc_async_signals_input_stage provides:
      - synchronisation of input digital asynchronous pulses with the clock
      - degliching (filter len config through generic)
      - single-clock pulse generation
      - extended pulses generation (config through generic)
      4100df70
  20. Aug 24, 2016
    • Maciej Lipinski's avatar
      Added generation of sys_clk-synchronous global reset. · d395d1ec
      Maciej Lipinski authored
      The new gc_single_reset_gen can generate a single reset signal that
      is synchronous with the system clock domain (input clk). The input
      to the module is a vector of asynchronous reset signals, such as
      PCIe reset or button. These input signals are synchronised with
      the clock domain. Additionally, the powerup count-down is taken care
      for by the module. The resulting single reset signal is passed through
      a programmable number of flip-flops at the output (g_out_reg_depth)
      so that the ISE optimizer has easier work with the global reset
      funout.
      
      This module is a generalized and (hopefully) improved version of the
      spec_reset_gen.vhd that is copy+pasted into many SPEC-based designed.
      It was suggested during a review of one of such designes that this
      reset should be added to general-cores. This is the execution of this
      feedback.
      
      This module might be potentially integrated with the other available
      reset-generation module (gc_reset.vhd).
      d395d1ec
  21. Nov 17, 2015
  22. Aug 14, 2014
  23. Jul 17, 2014
  24. May 15, 2014
  25. Apr 25, 2014