1. 07 Apr, 2020 2 commits
    • Maciej Lipinski's avatar
      [wr-streamers] increased sampling period of ts_restore_tai · b5769e38
      Maciej Lipinski authored
      TAI time is sampled from clk_ref to clk_sys domain.
      Apparently, such sampling sometimes takes more than
      the configured 20 periods. Likely, this is not a problem,
      but the updated gc_synchronizer2 now complains. So, I
      increased the sampling time to 30 periods.
      b5769e38
    • Maciej Lipinski's avatar
      [softpll] Fix clk_ext_mul_i input when g_num_exts=0 · 462beb7c
      Maciej Lipinski authored
      When g_num_exts=0, the input of xwr_softpll_ng
      clk_ext_mul_i        : in std_logic_vector(g_num_exts-1 downto 0);
      was of wrong range, i.e. std_logic_vector(-1 to 0).
      
      Function f_nonzero_vector() was added to generate
      std_logic_vector(0 to 0) in the case when g_num_exts=0.
      462beb7c
  2. 03 Apr, 2020 1 commit
  3. 30 Jan, 2020 1 commit
  4. 28 Jan, 2020 5 commits
  5. 20 Jan, 2020 1 commit
  6. 17 Dec, 2019 6 commits
  7. 09 Dec, 2019 1 commit
  8. 12 Nov, 2019 1 commit
  9. 30 Aug, 2019 16 commits
  10. 20 Aug, 2019 1 commit
  11. 13 Aug, 2019 1 commit
  12. 08 Aug, 2019 3 commits
  13. 14 Jun, 2019 1 commit