Skip to content
Snippets Groups Projects
  1. Oct 07, 2019
  2. Oct 04, 2019
  3. Sep 25, 2019
  4. Sep 23, 2019
  5. Sep 01, 2019
    • Philipp Spilger's avatar
      Add more verbose UTMessage ostream operator · e0395f7f
      Philipp Spilger authored
      * format was UTMessage(<RAW>)
      * format now is UTMessage(raw: <RAW>, payload: <PAYLOAD>)
        with <PAYLOAD> = name::space::PayloadName(number/hex/bits/logical)
      * changes necessary to Number and Ranged payload, as halco wrapper
        don't allow overloading the ostream operator, because they already
        define a operator<<(ostream, Derived) with Derived being the Number
        or Ranged class here
      
      Change-Id: Ia2b21174777902006e61b8108123f73f92a53ce4
      e0395f7f
  6. Aug 30, 2019
    • Eric Müller's avatar
      Adapt to c/7469 · ade1721b
      Eric Müller authored
      Depends-On: 7469
      Change-Id: Iddd192b35476fda64361cd26fb8883e1421bcb9e
      ade1721b
  7. Aug 17, 2019
  8. Aug 08, 2019
  9. Jul 25, 2019
  10. Jul 24, 2019
  11. Jul 23, 2019
  12. Jul 22, 2019
    • Philipp Spilger's avatar
      Add events · 8b5fafa8
      Philipp Spilger authored
      * add event packing to up to three for to FPGA spikes, from Chip spikes
        and MADC sample events
      * add systime init and sys{time,delta} time response instructions
      
      Depends-On: 6228
      Change-Id: I97b3f2f4079bb7b8f469ee1d15b7134af294220f
      8b5fafa8
  13. Jul 19, 2019
  14. Jul 17, 2019
  15. Jul 13, 2019
  16. Jul 11, 2019
  17. Jul 10, 2019
  18. Jul 07, 2019
  19. Jul 04, 2019
  20. Jul 03, 2019
    • Eric Müller's avatar
      Refactor SendQueue in ARQConnection to work on words · 7a6532f6
      Eric Müller authored and Philipp Spilger's avatar Philipp Spilger committed
      * SendQueue::push pushes directly into word vector
      * move_to_packet_vector moves all words in storage to a
        vector of value_type sctrltp::packet
      * Reduces overhead introduced in push for packet alignment,
        which translates to higher amount of time needed in
        transformation to packet vector in move_to_packet_vector
      * Iteration of this packet vector afterwards is fast, which is
        needed to mimic a fast playback memory
      
      Change-Id: I34cf6359771fe80538078e10708ce806a3cb0410
      7a6532f6
  21. Jun 30, 2019
  22. Jun 28, 2019
  23. Jun 23, 2019
    • Philipp Spilger's avatar
      Move DoubleBuffer data to heap · 1a6a17dc
      Philipp Spilger authored
      * reduces sizeof(SimConnection), i.e. stack usage by ~1.6MB
      * reduces sizeof(ARQConnection), i.e. stack usage by ~280KB
      
      Change-Id: I90f790d7a6349d16efd1f1bc8f448859bdb49503
      1a6a17dc
  24. May 31, 2019
  25. May 14, 2019
  26. May 10, 2019
  27. May 09, 2019
  28. May 08, 2019
  29. May 05, 2019