- Renamed i_sync to i_pll_ref.

- Always used i_pll_ref interface from clockgen rather than direct port access
This commit is contained in:
xross
2022-06-28 10:39:01 +01:00
parent 3e0f127b92
commit bb0dec4923
5 changed files with 41 additions and 76 deletions

View File

@@ -51,7 +51,7 @@ void XUA_Buffer(
#endif
, chanend c_aud
#if (XUA_SYNCMODE == XUA_SYNCMODE_SYNC)
, client interface sync_if i_sync
, client interface pll_ref_if i_pll_ref
#endif
);
@@ -81,7 +81,7 @@ void XUA_Buffer_Ep(chanend c_aud_out,
, chanend c_buff_ctrl
#endif
#if (XUA_SYNCMODE == XUA_SYNCMODE_SYNC)
, client interface sync_if i_sync
, client interface pll_ref_if i_pll_ref
#endif
);