12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
|
driver nprvasm2 = {
|
|
protocol = std
|
|
class = environment
|
|
simulation_group = environment_simulation
|
|
add_args = '{tol 1.0}'
|
|
make_args = 'tol'
|
|
code mkDriver = {%%
|
|
mk_sct_newport_rva sct_${name} environment $name $tol
|
|
%%}
|
|
}
|