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
14 changes: 1 addition & 13 deletions tclapp/xilinx/ultrafast/app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<catalog>
<apps>
<app>
<revision_history>Miscellaneous enhancements for 2015.1</revision_history>
<revision_history>Removed scripts that do not belong to 2015.1 baseline</revision_history>
<name>ultrafast</name>
<pkg_require>Vivado 2014.1</pkg_require>
<company>xilinx</company>
Expand All @@ -18,18 +18,6 @@
<name>check_pll_connectivity</name>
<summary>Report MMCM/PLL information</summary>
</proc>
<proc>
<name>create_cdc_reports</name>
<summary>Create CDC report for each clock-pair in the design</summary>
</proc>
<proc>
<name>report_clock_topology</name>
<summary>Generates a Clock Topology Report</summary>
</proc>
<proc>
<name>report_io_reg</name>
<summary>Report I/O ports information</summary>
</proc>
<proc>
<name>report_reset_signals</name>
<summary>Generate Report for Control Signals (Reset/Set/Clear/Preset)</summary>
Expand Down
2 changes: 1 addition & 1 deletion tclapp/xilinx/ultrafast/checklist_pkg.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ namespace eval ::tclapp::xilinx::ultrafast {

}

package provide ::tclapp::xilinx::ultrafast 1.5
package provide ::tclapp::xilinx::ultrafast 1.6

510 changes: 0 additions & 510 deletions tclapp/xilinx/ultrafast/create_cdc_reports.tcl

This file was deleted.

9 changes: 0 additions & 9 deletions tclapp/xilinx/ultrafast/doc/create_cdc_reports

This file was deleted.

11 changes: 0 additions & 11 deletions tclapp/xilinx/ultrafast/doc/report_clock_topology

This file was deleted.

13 changes: 0 additions & 13 deletions tclapp/xilinx/ultrafast/doc/report_io_reg

This file was deleted.

2 changes: 1 addition & 1 deletion tclapp/xilinx/ultrafast/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::xilinx::ultrafast 1.5 [list source [file join $dir checklist_pkg.tcl]]
package ifneeded ::tclapp::xilinx::ultrafast 1.6 [list source [file join $dir checklist_pkg.tcl]]
Loading