代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/450040/7491530
tdf alt_sync_fifo_vhm.tdf
--alt_sync_fifo DEVICE_FAMILY="Cyclone" LPM_NUMWORDS=2048 LPM_SHOWAHEAD="OFF" LPM_WIDTH=16 LPM_WIDTHU=11 OVERFLOW_CHECKING="ON" UNDERFLOW_CHECKING="ON" USE_EAB="ON" aclr data q rdclk rdempty rdfull rd
www.eeworm.com/read/448021/7541771
m rx_fine_time_sync.m
function fine_time_est = rx_fine_time_sync(input_signal, sim_options);
global sim_consts;
[n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options);
if sim_options.FineTimeSync
%ti
www.eeworm.com/read/398914/7910187
gif db_sync_monitors_view.gif
www.eeworm.com/read/398914/7910272
gif db_sync_monitor_locked.gif
www.eeworm.com/read/398914/7910285
gif db_sync_monitor_not_locked.gif
www.eeworm.com/read/397392/8053307
v sync_w2r.v
module sync_w2r #(parameter ADDRSIZE = 4)
(output reg [ADDRSIZE:0] rq2_wptr,
input [ADDRSIZE:0] wptr,
input rclk, rrst_n);
reg [ADDRSIZE:0] rq1_wptr;
always @(posedge rclk or negedge rrst_n
www.eeworm.com/read/397392/8053317
v sync_r2w.v
module sync_r2w #(parameter ADDRSIZE = 4)
(output reg [ADDRSIZE:0] wq2_rptr,
input [ADDRSIZE:0] rptr,
input wclk, wrst_n);
reg [ADDRSIZE:0] wq1_rptr;
always @(posedge wclk or negedge wrst_n
www.eeworm.com/read/397375/8053766
m rx_fine_time_sync.m
function fine_time_est = rx_fine_time_sync(input_signal, sim_options);
global sim_consts;
[n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options);
if sim_options.FineTimeSync
%ti
www.eeworm.com/read/296160/8119267
m rx_fine_time_sync.m
function fine_time_est = rx_fine_time_sync(input_signal, sim_options);
global sim_consts;
[n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options);
if sim_options.FineTimeSync
%ti
www.eeworm.com/read/246758/12706179
m rx_fine_time_sync.m
function fine_time_est = rx_fine_time_sync(input_signal, sim_options);
global sim_consts;
[n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options);
if sim_options.FineTimeSync
%ti