Knowledge Base Article
Can I use the Quartus® II autogenerated IP simulation script for Aldec Riviera-PRO with Aldec Active HDL?
Description
Yes, you can use the auto generated simulation scripts for Aldec® Riviera-PRO™ with Aldec Active-HDL™, but some alterations must be made because the Aldec Active-HDL tool references paths from <project>/<src>.Resolution
To use the autogenerated simulation script rivierapro_setup.tcl for Aldec Riviera with Aldec Active HDL follow the steps below:
- Open <project>\<ip variation name>_sim\aldec\rivierapro_setup.tcl in a text editor
- Edit the value of
to “./../../../”set QSYS_SIMDIR "./../../../" - Launch Aldec Active HDL
- Close the current Active HDL workspace
- Change directory to <project>\<ip variation name>_sim\aldec
- Run the following commands on the Aldec command line:
do rivierapro_setup.tcl
com
elab_debug
run 1us
Updated 3 months ago
Version 2.0No CommentsBe the first to comment