1. 20 Feb, 2017 1 commit
  2. 14 Feb, 2017 5 commits
  3. 03 Feb, 2017 1 commit
  4. 15 Dec, 2016 8 commits
  5. 29 Nov, 2016 1 commit
  6. 28 Nov, 2016 1 commit
  7. 23 Nov, 2016 2 commits
  8. 17 Nov, 2016 1 commit
  9. 27 Oct, 2016 4 commits
  10. 17 Oct, 2016 1 commit
  11. 05 Oct, 2016 1 commit
  12. 27 Sep, 2016 10 commits
  13. 30 Aug, 2016 1 commit
  14. 25 Aug, 2016 1 commit
    • 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
  15. 24 Aug, 2016 1 commit
    • 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
  16. 16 Jun, 2016 1 commit