1. Feb 17, 2020
  2. Dec 04, 2019
  3. Dec 03, 2019
  4. Dec 02, 2019
  5. Nov 29, 2019
  6. Nov 28, 2019
  7. Nov 27, 2019
    • Jack Koenig's avatar
      Bump Scala to 2.12.10 and SBT to 1.3.4 · a545417a
      Jack Koenig authored
      a545417a
    • Shreesha Srinath's avatar
      [axi4/tilelink] add support to propagate TL to AXI4 user bits · 5b5993e7
      Shreesha Srinath authored
      This commits adds the support to propagate the TL user bits to the AXI4
      channels if present. Some AXI4 adapter implementations used the AXI4 user
      bits to encode routing control bits. The commit pads the TL user bits as
      opaque-bits at msb position of the AXI user-field as shown below:
      
          opaqueBits+userBits-1    userBits userBits-1   0
          +--------------------------------+---------------+
          |           opaque               |      user     |
          +--------------------------------+---------------+
      
      Changes:
      
        - axi4/Parameters.scala: add opaqueBits parameter to the AXI4MasterPortParameters
        - axi4/Bundles.scala: userBits and opaqueBits to combine user-bits field
        - axi4/UserYanker.scala: support to propagate opaqueBits if present
        - axi4/Test.scala: added a new test that injects TL userbits
        - tilelink/ToAXI4.scala: plumb TL user-bits to AXI4 channels
      5b5993e7
  8. Nov 26, 2019
  9. Nov 22, 2019
  10. Nov 21, 2019
  11. Nov 20, 2019
  12. Nov 19, 2019
  13. Nov 16, 2019
  14. Nov 14, 2019
  15. Nov 12, 2019