databus - How to assign the data bus with data more than the width in verilog -
i have data bus of width [127:0]
128 bits.
i have data of [4095:0]
32769 bits .
i want send continuously 4kb data through data bus.
how can this?
i think can split data 128 bits , send it. in case need ever clock can store fifo take huge chunk of data. split , send. take chunk.
Comments
Post a Comment