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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -