Skip to content
Snippets Groups Projects
  1. Oct 09, 2017
  2. Sep 22, 2017
  3. Aug 26, 2017
  4. Jan 12, 2017
    • 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: default 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: default avatarTom Levens <tom.levens@cern.ch>
      781e4153
    • 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: default avatarTom Levens <tom.levens@cern.ch>
      6d88bf97
  5. Jan 11, 2017
  6. Jul 05, 2013
  7. Nov 21, 2012
  8. Jul 17, 2012
  9. Jul 16, 2012
  10. Jun 28, 2012