1. 26 Jan, 2017 6 commits
  2. 25 Jan, 2017 3 commits
  3. 24 Jan, 2017 4 commits
  4. 16 Jan, 2017 1 commit
  5. 13 Jan, 2017 1 commit
  6. 21 Dec, 2016 1 commit
  7. 20 Dec, 2016 2 commits
  8. 16 Dec, 2016 4 commits
  9. 13 Dec, 2016 1 commit
  10. 07 Dec, 2016 2 commits
  11. 10 Nov, 2016 2 commits
  12. 06 Sep, 2016 2 commits
  13. 27 Jan, 2015 2 commits
  14. 26 Jan, 2015 1 commit
  15. 23 Jan, 2015 1 commit
  16. 10 Dec, 2014 1 commit
  17. 30 Sep, 2014 1 commit
  18. 29 Sep, 2014 2 commits
  19. 26 Sep, 2014 3 commits
    • Theodor-Adrian Stana's avatar
      Updated hdl guide · a91367c3
      Theodor-Adrian Stana authored
      The following sections were updated:
      - 3.1 TTL input logic -- added reflection of no signal detect state in LSR
      - 3.2 First pulse inhibit -- added delay before enabling the line to conv-common-gw
      - 3.3 Line input logic -- added reflection of no signal detect state in LSR
      - 3.4 Switches -- made figure more compact
      a91367c3
    • Theodor-Adrian Stana's avatar
      Removed no longer used Release modules · 2ae27b91
      Theodor-Adrian Stana authored
      Also updated ISE project file to test that nothing went wrong when these
      modules were deleted.
      2ae27b91
    • Theodor-Adrian Stana's avatar
      Fixed inhibit first pulse and added FRONTFS and FRONTINVFS bits in LSR · 1b4de266
      Theodor-Adrian Stana authored
      The issue with the first pulse inhibit mechanism was (again) that it needs
      to be disabled one clock cycle after the TTL-BAR no signal detect block is disabled,
      otherwise the no signal detect block has no effect on the conv-common-gw block, due
      to sub-modules still being in a reset state.
      
      A one-clock-cycle delayed version of inhibit_first_pulse is now used to enable passing
      the pulse signals to the conv-common-gw block.
      
      In addition to this modification, the FRONTFS and FRONTINVFS bits were added
      to the LSR inside conv-common-gw. The necessary additions were made here to
      account for the changes in the conv-common-gw interface.
      1b4de266