Forum Discussion
Altera_Forum
Honored Contributor
15 years agoError (10147): Verilog HDL error at ColQueue.v(39): identifier "ColQueue" cannot be u
Hi there! I made 3 queues to push pixel data in, with Mega Wizard. It is asynchronous FIFO, and target is MAX II. How is the solution of below issue? plz help! Error (10147)...
Altera_Forum
Honored Contributor
15 years agoCuriously, the errors is caused by a misplaced always @ in line 23 of InputsideQueueArray.v
always @ColQueue Queue_Red ( .wrclk ( Wrtcmplt ), If you remove the line, you'll notice more errors (wrong port names), but they are quite normal.