download
raw
376 Bytes
module dec_ctrl
#(
parameter [`SYM_BW_BW -1 :0] SYM_BW = 8,
parameter [8-1:0] N_NUM = 255,
parameter [`R_BW - 1 :0] R_NUM = 16,
parameter [`R_BW - 1 :0] T_NUM = R_NUM/2
)
(
input clk,
input rst_n,
input err_loc_val_sync,
output reg fifo_rd,
input [SYM_BW-1:0] fifo_out,
output reg [SYM_BW-1:0] symbol_cnt,
output reg [SYM_BW-1:0] symbol_out
);

Xet Storage Details

Size:
376 Bytes
·
Xet hash:
c986705ffae5c54f0c1bf1f0b0df9f96a19c275ee045a2cfd57aacb1809651b0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.