Open
Description
Create a file like
entity test is end;
architecture test of test is begin end;
Analyze it,
nvc -a test.vhd
then rename the architecture to test2
. Reanalyze and elaborate the file
nvc -a test.vhd -e test
This causes the following warning:
Warning: design unit WORK.TEST-TEST is older than its source file test.vhd and should be reanalysed
However, we just reanalyzed test.vhd
! I believe the correct fix is to clean up old architectures when they are removed from their source file.
Metadata
Metadata
Assignees
Labels
No labels