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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111 | # Created with rtlvision2pro 7.0.0-pre-1 (git=a6c155cf1), License=7.0, Binfile=48.0 (2020-Feb-05)
#----RestoreHighlight----
#----RestoreColors----
#----RestoreNetlist----
# String saved with Nlview 7.2.0 2020-02-05 bk=1.5772 VDI=41 GEI=36 GUI=TK:8.6 tclcompat
# -string
# non-default properties - (restore without -noprops)
property attrcolor #000000
property autobundle 291
property backgroundcolor #ffffff
property boxcolor0 #001e4e
property boxcolor1 #064070
property boxcolor10 #aaaaaa
property boxcolor11 #000000
property boxinstcolor #00235c
property boxpincolor #064070
property buscolor #0058a1
property buswidthlimit 0
property buswireexcess 0
property createnetattrdsp 768
property createvconn 66
property createvconn2 100
property decorate 82
property elidetext 40
property fastpanning 0
property fillcolor1 #d1e3ff
property fillcolor2 #deffde
property fillcolor11 #ffffff
property fillednegpins 1
property framecolor #8c8c8c
property gatecellname 2
property gridcolor #595959
property instattrmax 50
property maxzoom 15
property netcolor #002259
property netindicatorsize 3
property objectgray #aaaaaa
property objecthighlight1 #00ab00
property objecthighlight2 #0000ff
property objecthighlight3 #723cde
property objecthighlight4 #ff7600
property objecthighlight5 #91d100
property objecthighlight6 #398aff
property objecthighlight7 #926dde
property objecthighlight8 #ffca00
property objecthighlight9 #00ff00
property objecthighlight10 #96cfff
property objecthighlight11 #b19cde
property objecthighlight12 #f6ff00
property objecthighlight13 #99ff99
property objecthighlight14 #c4e4ff
property objecthighlight15 #c7bfd9
property objecthighlight49 #c1004f
property objecthighlight51 #00ab00
property objecthighlight52 #0000ff
property objecthighlight53 #723cde
property objecthighlight54 #ff7600
property objecthighlight55 #91d100
property objecthighlight56 #398aff
property objecthighlight57 #926dde
property objecthighlight58 #ffca00
property objecthighlight59 #00ff00
property objecthighlight60 #96cfff
property objecthighlight61 #b19cde
property objecthighlight62 #f6ff00
property objecthighlight63 #99ff99
property objecthighlight64 #c4e4ff
property objecthighlight65 #c7bfd9
property overlaycolor #4d7ba1
property pbuscolor #0058a1
property pbusnamecolor #0058a1
property pinattrmax 50
property pinautohide 2
property portcolor #002259
property portnamecolor #002259
property ripattrmax 5
property rippercolor #4d7ba1
property rubberbandcolor #c1004f
property selectionappearance 25
property selectioncolor #c1004f
property shadowstyle 1
property sheetheight 0
property sheetwidth 0
property showmarks 2
property shownetattr 68
property shownetname 0
property showpgtype 1
property showpinname 3
property showripindex 1
property showval 1
property showvconn 1
property showvconn2 1
property timelimit 15
#
module new {} {}
#
module new top {} -nosplit
load symbol { DFFRS} {} LATCH pin q output.right pin d input.left pin clk input.clk.left pin rst input.bot pin set input.top fillcolor 1 attrdsp @value -ul 30 101 12
load inst CPUDECODEKEEP_CYC { DFFRS} {} -attr @name KEEP_CYC -pinAttr set @vconn 1'h0 -pg 1 -lvl 1 -x 20 -y 20
load net CPUDECODEn1 -attr @const 0 -pin CPUDECODEKEEP_CYC set
levelinfo -pg 1 0 20 140
pagesize -pg 1 -db -bbox -sgen 0 0 140 130
show
fullfit
#
# initialize ictrl to current module top {}
ictrl init -bulk top
ictrl property autohide 1
ictrl property devicePathMax 8
ictrl property fanoutMax 6000
ictrl property constNetStubs 1
|