Questions
- What are AXI streaming interfaces best for?
a) Burst transactions to multiple memory addresses
b) Point-to-point connections
c) High-performance connections
d) B&C
- What is the IP integrator?
a) An easy way to create block-based designs using Xilinx or user-defined IP
b) A context-sensitive editor for HDL designs
c) Not very good at aiding design debug
- 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?
a) When you need a high-performance interface that can burst data to multiple memory addresses.
b) When you only write a single register at a time infrequently.
c) When you have lots of data to move between two cores where the destination is a FIFO-like interface.
d) All the time. They are cheap to implement and can do everything.
...