1. 12 Sep, 2017 5 commits
  2. 11 Sep, 2017 2 commits
  3. 08 Sep, 2017 8 commits
  4. 06 Sep, 2017 4 commits
  5. 26 Aug, 2017 1 commit
  6. 17 Jan, 2017 1 commit
  7. 14 Jan, 2017 1 commit
    • Tom Levens's avatar
      Cleanup · de63753d
      Tom Levens authored
      Move user CR/CSR space to VME64xCore_Top with generic to enable/disable
      it. Standardise generic default values between VME64xCore_Top and
      xvme64x_core.
      Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
      de63753d
  8. 13 Jan, 2017 3 commits
  9. 12 Jan, 2017 6 commits
    • Tom Levens's avatar
      Clean-up main FSM · 78cb0c4a
      Tom Levens authored
      Remove duplicate registers for all main FSM signals.
      Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
      78cb0c4a
    • Tom Levens's avatar
      Reduce warnings in Quartus · 85d50ea6
      Tom Levens authored
      Assign explicit values to s_XAM, s_phase1addr & s_phase2addr. Remove
      unused signal s_func_sel.
      Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
      85d50ea6
    • Tom Levens's avatar
      Clean up CR/CSR space · 62b13b5e
      Tom Levens authored
      The CR/CSR space has been cleaned up and reworked. All decoding of the
      addresses has been moved from VME_bus to VME_CR_CSR_Space to make the
      code a bit more structured..
      
      The option to have a user CR and CSR areas has been added. These are
      external such that they can be implemented by the user.
      
      The custom CSR registers (IRQ vector/level ...) have been moved to
      VME_User_CSR.vhd. By default (in the xvme64x_core wrapper) this area is
      mapped to 0x7FF33..7FF5F (in the reserved area) in order to maintain
      compatibility with the previous version of the core. However, it can be
      moved using generics to a non-reserved area for new applications. This
      fixes Bug #1353.
      Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
      62b13b5e
    • Tom Levens's avatar
      Remove VME_Init component · 781e4153
      Tom Levens authored
      The VME_Init component was not needed as all of the CR data comes from
      generics. Therefore it has been removed to help reduce the footprint of
      the core (Feature #768).
      Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
      781e4153
    • Tom Levens's avatar
      Use g_clock generic for IRQ timeout · 8f0ec377
      Tom Levens authored
      Small bugfix. The IRQ timeout was hardcoded and didn't take into account
      different clock periods which could be set with the g_clock generic.
      Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
      8f0ec377
    • Tom Levens's avatar
      Add generics to configure CR space · 6d88bf97
      Tom Levens authored
      Generics have been added to configure all values (ADEM, AMCAP, XAMCAP,
      DAWPR, etc) in the CR space. This implements Feature #767 and #791 and
      invalidates Bug #1403.
      Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
      6d88bf97
  10. 11 Jan, 2017 4 commits
  11. 09 Jan, 2017 1 commit
  12. 03 Jan, 2017 1 commit
  13. 13 Dec, 2016 3 commits