Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tclapp/mentor/questa_cdc/app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<catalog>
<apps>
<app>
<revision_history>support to add button in Vivado UI for Questa CDC</revision_history>
<revision_history>Fix for company name</revision_history>
<name>questa_cdc</name>
<company>mentor</company>
<company_display>Mentor Graphics, Inc.</company_display>
<summary>This is a Mentor Graphics app to generate the script file of the design to run it in Questa CDC. The App takes user inputs for the design-top name and an optional argument for the output directory in which the script files will be generated: eg-: write_questa_cdc_script top -output_directory QCDC_FILES, where top is the design-top and QCDC_FILES is the name of the output directory. To run Questa CDC, ensure that the required software and the licenses are available. You can run Questa CDC though the command: sh qcdc_run.sh.</summary>
<company_display>Mentor, a Siemens Business</company_display>
<summary>This is a Mentor, a Siemens Business, app to generate the script file of the design to run it in Questa CDC. The App takes user inputs for the design-top name and an optional argument for the output directory in which the script files will be generated: eg-: write_questa_cdc_script top -output_directory QCDC_FILES, where top is the design-top and QCDC_FILES is the name of the output directory. To run Questa CDC, ensure that the required software and the licenses are available. You can run Questa CDC though the command: sh qcdc_run.sh.</summary>
<display>Mentor Graphics Questa CDC</display>
<procs>
<proc>
Expand Down
1 change: 1 addition & 0 deletions tclapp/mentor/questa_cdc/doc/legal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ All contributors must date and digitally sign once below in order to submit to t
=================================================================================================
20161226::islam-ahmed::Islam Ahmed
20170809::islam-ahmed::Islam Ahmed
20170915::islam-ahmed::Islam Ahmed
2 changes: 1 addition & 1 deletion tclapp/mentor/questa_cdc/pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.

package ifneeded ::tclapp::mentor::questa_cdc 1.1 [list source [file join $dir questa_cdc.tcl]]
package ifneeded ::tclapp::mentor::questa_cdc 1.2 [list source [file join $dir questa_cdc.tcl]]
2 changes: 1 addition & 1 deletion tclapp/mentor/questa_cdc/questa_cdc.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ namespace eval ::tclapp::mentor::questa_cdc {
## Keep an environment variable with the path of the script
set env(QUESTA_CDC_TCL_SCRIPT_PATH) [file normalize [file dirname [info script]]]
}
package provide ::tclapp::mentor::questa_cdc 1.1
package provide ::tclapp::mentor::questa_cdc 1.2
1 change: 1 addition & 0 deletions tclapp/mentor/questa_cdc/revision_history.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
1.2 Fix for company name
1.1 support to add button in Vivado UI for Questa CDC
1.0 Initial version