Skip to content
Snippets Groups Projects
  1. Oct 11, 2017
  2. Oct 10, 2017
  3. Aug 25, 2017
  4. Aug 22, 2017
  5. Feb 03, 2017
  6. Dec 15, 2016
  7. Nov 29, 2016
  8. Nov 28, 2016
  9. Sep 27, 2016
  10. Aug 30, 2016
  11. 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
  12. 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
  13. Nov 17, 2015
  14. Aug 14, 2014
  15. Jul 17, 2014
  16. May 15, 2014
  17. Apr 25, 2014
  18. Mar 05, 2014
  19. Feb 26, 2014
    • Theodor-Adrian Stana's avatar
      i2c-bridge: Updated bridge and slave modules · c63535f0
      Theodor-Adrian Stana authored and Tomasz Wlostowski's avatar Tomasz Wlostowski committed
      
      Bridge: Removed "redundant" SIM_WB_TRANSFER state.
      
      Slave: Removed redundant ADDR_CHECK state and moved its code to
      the ADDR state.
      
      Also corrected a bug whereby the ack_i pin was not being checked within
      the ADDR_ACK state. This was causing the FSM to advance even thogh the
      slave was actually NACK-ing.
      
      DOC: Updated documentation for both these modules
      
      Signed-off-by: default avatarTheodor Stana <t.stana@cern.ch>
      c63535f0
  20. Jan 14, 2014
  21. Jan 09, 2014
  22. Nov 28, 2013
  23. Nov 26, 2013
  24. May 21, 2013
  25. Apr 30, 2013