mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-06-03 00:08:08 +08:00
26 lines
1.2 KiB
Tcl
Executable File
26 lines
1.2 KiB
Tcl
Executable File
# Copyright 2020 Efabless Corporation
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Tcl package index file, version 1.1
|
|
# This file is generated by the "pkg_mkIndex" command
|
|
# and sourced either when an application starts up or
|
|
# by a "package unknown" script. It invokes the
|
|
# "package ifneeded" command to set up package-related
|
|
# information so that packages will be loaded automatically
|
|
# in response to "package require" commands. When this
|
|
# script is sourced, the variable $dir must contain the
|
|
# full path name of this file's directory.
|
|
|
|
package ifneeded openlane_utils 0.9 [list source [file join $dir deflef_utils.tcl]]\n[list source [file join $dir utils.tcl]]\n[list source [file join $dir fake_display_buffer.tcl]]
|