Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
You cant, the bus width is fixed. depending on the interface there may be extra byte enable signals to mark specific bytes as not valid. But what interface are you using?
thank you,
here the design uses axi interface, actually the case is like the data is of 128 bit width and mic is of 64 width can i pass both of them on same bus or need to pad zeros for mic to make it 128 bit width.
Axi is an interface provided by Xilinx and therefore if the components want 128 bit then keep that.
Or you could mux the data together (ie. put 2 64 bit words into a single word), and you could run the 128 bit bus at half the clock speed. (good efficiency)
Axi is defined by ARM and Xilinx have chosen to use the specification in most of their new IP.
clocking two 64-bit words into one 128-bit word, unless the peer is a custom design it will not work. Also the AXI interface bus width can be configured to 64/32 bits wide as well instead.
thankyou but on the same bus can i send the data byte by byte instead of word by word which is advantageous..
Hi,
thankyou but on the same bus can i send the data byte by byte instead of word by word which is advantageous..