-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadder_2.prj
29 lines (22 loc) · 898 Bytes
/
adder_2.prj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!SPYGLASS_PROJECT_FILE
#!VERSION 3.0
# -------------------------------------------------------------------
# This is a software generated project file. Manual edits to this file could be lost during the next save operation
# Copyright Synopsys Inc.
# Last Updated By: SpyGlass SpyGlass_vL-2016.06
# Last Updated On Fri Feb 17 09:30:11 2017
#
# -------------------------------------------------------------------
##Data Import Section
read_file -type verilog ./rtl/${DESIGN}.v
##Common Options Section
set_option projectwdir .
set_option language_mode mixed
set_option designread_enable_synthesis no
set_option designread_disable_flatten no
set_option top ${DESIGN}
set_option mthresh 8192
set_option active_methodology $SPYGLASS_HOME/GuideWare/latest/block/rtl_handoff
set_option incdir ./rtl
##Goal Setup Section
current_methodology $SPYGLASS_HOME/GuideWare/latest/block/rtl_handoff