Aug 30, 2003 #1 Nag03 Programmer Aug 30, 2003 3 US Hi, I am new to VHDL programming .. I am trying to compile a VHDL code . I get the following error # ERROR: SimpleSortMain.vhd(47): near "is": expecting: END when do you usually get such errors
Hi, I am new to VHDL programming .. I am trying to compile a VHDL code . I get the following error # ERROR: SimpleSortMain.vhd(47): near "is": expecting: END when do you usually get such errors
Sep 2, 2003 #2 naraic Technical User Aug 12, 2003 45 IE Sounds like you left out an Code: end if[\code] or an [code]end process[\code] Post the code segment that the error occurs in. Upvote 0 Downvote
Sounds like you left out an Code: end if[\code] or an [code]end process[\code] Post the code segment that the error occurs in.