-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
The following code
gen_logic : IF (g_test = 1) GENERATE
...
ASSERT NOT (i_rdreq = '1')
REPORT "Read - " & GEN_LOGIC'PATH_NAME & " @ " & time'IMAGE(now)
SEVERITY warning;
...
END GENERATE gen_logic;
generates an error
** Error: no visible declaration for GEN_LOGIC
> file.vhd:181
|
181 | REPORT "Read - " & gen_logic'PATH_NAME & " @ " & time'IMAGE(now)
The code works for modelsim without an error.
Metadata
Metadata
Assignees
Labels
No labels