Bug: In the "synopsys" vhdl driver, output port could read after type conversion step !
Fix: apply SimplifyRtlFigure one more time
This commit is contained in:
parent
17d1738b1f
commit
2391b7e3e4
|
@ -2495,6 +2495,7 @@ void VasyDriveSynopsysRtlFig( RtlFigure, FileName )
|
|||
** Special treatments for Synopsys
|
||||
*/
|
||||
VasyDriveSynopsysTreatFigure( RtlFigure );
|
||||
VasySimplifyRtlFig( RtlFigure );
|
||||
VasyDriveSynopsysEntity( RtlFigure );
|
||||
VasyDriveSynopsysArchi( RtlFigure );
|
||||
|
||||
|
|
Loading…
Reference in New Issue