Search code examples
xilinx

Xilinx ISE "Cannot access memory Q directly"


What is this error and what am I supposed to look for?


Solution

  • I got this error when I had done:

    wire Q[3:0] when I should have had wire [3:0] Q;