Sample control File for Cadence SILOS II
The following is a sample control file for Cadence SILOS II.
|
Line
|
#
|
|
1
|
input netlist
|
|
2
|
input .term
|
|
3
|
$This is test #1 of the 74LS169A counter.
|
|
4
|
.TABfsLE [#QD] [#QC] [#QB] [#QA] [#RCO]
|
|
5
|
[#CLOCK] .CLK 0 S0 20 S1 30 S0 .REP 0
|
|
6
|
.PATTERN [#UP] [#LOAD*] [#P*] [#T*] [#D] [#C] [#B] [#A]
|
|
7
|
0 0 0 0 0 0000
|
|
8
|
60 0 0 0 0 0000
|
|
9
|
120 0 0 0 0 0001
|
|
10
|
180 0 0 0 0 0010
|
|
11
|
240 0 0 0 0 0011
|
|
12
|
.EOP
|
|
13
|
!type errors
|
|
14
|
!simul 0 to 6960
|
|
15
|
!save
|
|
16
|
!type errors
|
|
17
|
!type outputs on change
|
|
18
|
!type network
|
|
19
|
.end
|
|
20
|
!exit
|
The following table provides a line-wise description of the control file.
|
Line Number
|
Line Function
|
|
1
|
Directs Cadence SILOS II to read the netlist file using the Cadence SILOS II file inclusion command.
|
|
2
|
Directs Cadence SILOS II to read network data from the terminal input that is the si.inp file created from this control file.
|
|
3
|
Indicates a comment line.
|
|
4, 5, 6
|
Specifies name translations.
|
|
7, 8, 9, 10, 11
|
Specifies stimulus patterns used to drive the simulator.
|
|
13, 14, 15, 16, 17, 18
|
Indicates Cadence SILOS II commands. The exclamation point (!) is an escape character required for commands that follow the input.term line.
|
Related Topics
Files Used by the Cadence SILOS II Simulator
Sample si.inp File Generated for Cadence SILOS II
Substitution Functions
Return to top