Questions
- Which of the following is true about internal versus external memory?
- DDR memory storage capacity is much smaller than BRAM.
 - For the same memory data width, DDR has a much higher performance than BRAM.
 - The latency to access data from BRAM and DDR is identical.
 - You should always use LUTRAM first before using any other memory type.
 
 - To generate DDR2 memory for our project, we used the Xilinx:
- Massive IP Goliath (MIG)
 - Minimally Informative Google (MIG)
 - Memory Interface Generator (MIG)
 
 - We can use ILAs to examine data in the FPGA and VIOs to read and write data.
- True.
 - False.
 
 - Artix 7 FPGAs can use which of the following memories from the MIG?
- DDR2.
 - DDR3.
 - DDR4.
 - LPDDR2.
 - QDR.
 - DDR2 and DDR3.
 
 - It is possible to use HyperRAM, SPI RAM, and SDRAM...