copyright

This commit is contained in:
James Cherry 2019-08-13 21:34:26 -07:00
parent 41ebd34031
commit 3c67ef972d
5 changed files with 65 additions and 25 deletions

View File

@ -2,13 +2,21 @@
# The next line is executed by /bin/sh, but not Tcl \ # The next line is executed by /bin/sh, but not Tcl \
exec tclsh $0 ${1+"$@"} exec tclsh $0 ${1+"$@"}
# Parallax Static Timing Analyzer # OpenSTA, Static Timing Analyzer
# Copyright (c) 2019, Parallax Software, Inc. # Copyright (c) 2019, Parallax Software, Inc.
# All rights reserved.
# #
# No part of this document may be copied, transmitted or # This program is free software: you can redistribute it and/or modify
# disclosed in any form or fashion without the express # it under the terms of the GNU General Public License as published by
# written consent of Parallax Software, Inc. # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
proc find_parent_dir { dir } { proc find_parent_dir { dir } {
if { $dir == "." } { if { $dir == "." } {

View File

@ -2,13 +2,21 @@
# The next line is executed by /bin/sh, but not Tcl \ # The next line is executed by /bin/sh, but not Tcl \
exec tclsh $0 ${1+"$@"} exec tclsh $0 ${1+"$@"}
# Parallax Static Timing Analyzer # OpenSTA, Static Timing Analyzer
# Copyright (c) 2019, Parallax Software, Inc. # Copyright (c) 2019, Parallax Software, Inc.
# All rights reserved.
# #
# No part of this document may be copied, transmitted or # This program is free software: you can redistribute it and/or modify
# disclosed in any form or fashion without the express # it under the terms of the GNU General Public License as published by
# written consent of Parallax Software, Inc. # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Usage: regression help | test1 [test2...] # Usage: regression help | test1 [test2...]
# where test is all or the name of a tcl script in $STA/test # where test is all or the name of a tcl script in $STA/test

View File

@ -1,10 +1,18 @@
# Parallax Static Timing Analyzer # OpenSTA, Static Timing Analyzer
# Copyright (c) 2019, Parallax Software, Inc. # Copyright (c) 2019, Parallax Software, Inc.
# All rights reserved.
# #
# No part of this document may be copied, transmitted or # This program is free software: you can redistribute it and/or modify
# disclosed in any form or fashion without the express # it under the terms of the GNU General Public License as published by
# written consent of Parallax Software, Inc. # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
proc regression_main {} { proc regression_main {} {
setup setup

View File

@ -1,10 +1,18 @@
# Parallax Static Timing Analyzer # OpenSTA, Static Timing Analyzer
# Copyright (c) 2019, Parallax Software, Inc. # Copyright (c) 2019, Parallax Software, Inc.
# All rights reserved.
# #
# No part of this document may be copied, transmitted or # This program is free software: you can redistribute it and/or modify
# disclosed in any form or fashion without the express # it under the terms of the GNU General Public License as published by
# written consent of Parallax Software, Inc. # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Regression variables. # Regression variables.

View File

@ -2,13 +2,21 @@
# The next line is executed by /bin/sh, but not Tcl \ # The next line is executed by /bin/sh, but not Tcl \
exec tclsh $0 ${1+"$@"} exec tclsh $0 ${1+"$@"}
# Parallax Static Timing Analyzer # OpenSTA, Static Timing Analyzer
# Copyright (c) 2019, Parallax Software, Inc. # Copyright (c) 2019, Parallax Software, Inc.
# All rights reserved.
# #
# No part of this document may be copied, transmitted or # This program is free software: you can redistribute it and/or modify
# disclosed in any form or fashion without the express # it under the terms of the GNU General Public License as published by
# written consent of Parallax Software, Inc. # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Directory containing tests. # Directory containing tests.
set test_dir [file dirname [info script]] set test_dir [file dirname [info script]]