Aug 11, 2004 #1 D davyzhu Advanced Member level 1 Joined May 23, 2004 Messages 494 Helped 5 Reputation 10 Reaction score 2 Trophy points 1,298 Location oriental Activity points 4,436 modelsim ident What is the IDENT in modelsim? It always appares in compile errors. Regards, Davy Zhu
Aug 11, 2004 #2 D davyzhu Advanced Member level 1 Joined May 23, 2004 Messages 494 Helped 5 Reputation 10 Reaction score 2 Trophy points 1,298 Location oriental Activity points 4,436 Hello, I found the answer myself again, the IDENT is like a "begin...end" pair. Is it right? Davy Zhu
Hello, I found the answer myself again, the IDENT is like a "begin...end" pair. Is it right? Davy Zhu
Aug 11, 2004 #3 B Big Boy Full Member level 4 Joined Jan 19, 2004 Messages 235 Helped 21 Reputation 42 Reaction score 11 Trophy points 1,298 Activity points 4,723 As in the other thread IDENT is short for IDENTifier, as in 'missing identifier'. An identifier is just a name given to a variable or function. For example, the compiler see ponctuations when it would expect an identifier (like 'addr').
As in the other thread IDENT is short for IDENTifier, as in 'missing identifier'. An identifier is just a name given to a variable or function. For example, the compiler see ponctuations when it would expect an identifier (like 'addr').