My Project
0.0.16
QUCS Mapping
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
DownLoad
QUCS-src
qucs-0.0.16
qucs-core
src
components
verilog
andor4x3.defs.h
Go to the documentation of this file.
1
/*
2
* andor4x3.defs.h - device definition header
3
*
4
* This is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; either version 2, or (at your option)
7
* any later version.
8
*
9
*/
10
11
#ifndef __andor4x3_DEFS_H__
12
#define __andor4x3_DEFS_H__
13
14
// required properties
15
PROP_REQ
[] = {
16
{
"TR"
,
PROP_REAL
, { 6,
PROP_NO_STR
},
PROP_RNGII
(1.0, 20.0) },
17
{
"Delay"
,
PROP_REAL
, { 1
e
-9,
PROP_NO_STR
},
PROP_MIN_VAL
(0) },
18
PROP_NO_PROP
};
19
20
// optional properties
21
PROP_OPT
[] = {
22
{
"Temp"
,
PROP_REAL
, { 26.85,
PROP_NO_STR
},
PROP_MIN_VAL
(
K
) },
23
PROP_NO_PROP
};
24
25
// device definition
26
struct
define_t
andor4x3
::cirdef =
27
{
"andor4x3"
,
28
13,
PROP_COMPONENT
,
PROP_NO_SUBSTRATE
,
PROP_NONLINEAR
,
PROP_DEF
};
29
30
#endif
/* __andor4x3_DEFS_H__ */
Generated on Tue Dec 25 2012 14:28:06 for My Project by
1.8.2