How do I fix this? I'm using Xilinx Tools and the error says
"Line 43. parse error, unexpected EQ, expecting CLOSEPAR"
This is line 43 of my code:
process (m_click = '1')
This is for a school project, I don't understand the error, and I'm not very good with VHDL. Can someone help me fix this problem?
"Line 43. parse error, unexpected EQ, expecting CLOSEPAR"
This is line 43 of my code:
process (m_click = '1')
This is for a school project, I don't understand the error, and I'm not very good with VHDL. Can someone help me fix this problem?