Laszlo Nagy
e909962fb0
common/ad_upack: Generic unpacker core and testbench
...
Unpacker:
- unpack O_W number of data units from I_W number of data units
- data unit defined in bits by UNIT_W e.g 8 is a byte
2021-02-05 15:24:15 +02:00
Laszlo Nagy
b4ebd4357f
common/ad_pack: Generic packer core and testbench
...
Packer:
- pack I_W number of data units into O_W number of data units
- data unit defined in bits by UNIT_W e.g 8 is a byte
2021-02-05 15:24:15 +02:00
Laszlo Nagy
0badfdfa31
ad_mux: fix cases where channel number is not power of mux size
2020-11-27 09:45:11 +02:00
Laszlo Nagy
5c561665b0
common/ad_mux: Pipelined mux, rtl and TB
...
Build a large mux from smaller ones defined by the REQ_MUX_SZ parameter
Use EN_REG to add a register at the output of the small muxes to help
timing closure.
2020-11-27 09:45:11 +02:00