summaryrefslogtreecommitdiff
path: root/ext/dsent/configs/example.cfg
blob: 9e147b2d4cc3a6b61fddfd0ccd1c175819a66d4b (plain)
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

# Example using a crossbar
# % ./dsent -cfg configs/example.example -verbose


# Name of model to be built and evaluated
ModelName                               = MultiplexerCrossbar

# Query string to choose what to evaluate (use '\' to enable multiline config)
QueryString                             = \
    Energy>>MultiplexerCrossbar:Multicast1@0 \
    Energy>>MultiplexerCrossbar:Multicast1@2 \
    NddPower>>MultiplexerCrossbar:Leakage@1 \
    Area>>MultiplexerCrossbar:Active@1

# Technology file (see models in tech/tech_models)
ElectricalTechModelFilename             = tech/tech_models/Bulk45LVT.model

###############################################################################
# Timing optimization
###############################################################################

# True if want to perform timing optimization; otherwise, false.
IsPerformTimingOptimization             = true
# Nets that the timing optimizer starts from
TimingOptimization->StartNetNames       = [*]       # '*' means from all inputs
# Operating frequency (Hz)
Frequency                               = 2e9

###############################################################################
# Model specifications
###############################################################################

# Number of inputs
NumberInputs                            = 4
# Number of outputs
NumberOutputs                           = 4
# Number of bits per input/output
NumberBits                              = 64