Questions
- What are the advantages of an I2C bus?
- We can move large amounts of data quickly.
- We only need two wires to communicate.
- Multiple devices can be connected using only two wires.
- All of the above.
- Only (b) and (c).
- What would be the preferred order of preference when you require a type of memory?
- Use the
IP
catalog,infer
, and then usexpm_memory
. - Use
xpm_memory
, use theIP
catalog, and theninfer
. Infer
, usexpm_memory
, and then use theIP
catalog.- Use the
IP
catalog, usexpm_memory
, and theninfe
r.
- Use the
- The following code infers a:
assign data = (data_en) ? 'z : '0; // SystemVerilog data <= 'Z' when data_en else '0'; -- VHDL
- multiplier.
- register.
- tristate IO.
- Gray coding is used in FIFOs.
- Always.
- To pass counter information...