Aug 30, 2003 #1 Nag03 Programmer Joined Aug 30, 2003 Messages 3 Location 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 Joined Aug 12, 2003 Messages 45 Location 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.