I am trying to log SAIF for the ports of an entity that is used in generate blocks.
For example:
However, no ports are written to the SAIF file.
This is a tool issue and will be fixed in the 2017.1 release.
The current work-around is to unroll the for loop:
u_sdi_0 : entity work.sdi
generic map(
xxx
)
port map(
xxx
);
u_sdi_1 : entity work.sdi
generic map(
xxx
)
port map(
xxx
);