Questions
- What are AXI streaming interfaces best for?
- Burst transactions to multiple memory addresses
- Point-to-point connections
- High-performance connections
- Both b and c
- What is the IP Integrator?
- An easy way to create block-based designs using Xilinx or user-defined IP
- A context-sensitive editor for HDL designs
- Not very good at aiding design debuging
- If you want to create an IP from an existing design, you would use Create and package new IP. True or false?
- You cannot use Create and package new IP to generate a design wrapper with AXI interfaces to create your own designs. True or false?
- When should full AXI interfaces be used?
- When you need a high-performance interface that can burst data to multiple memory addresses.
- When you only write a single register at a time infrequently.
- When you have lots of data to move between...