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
pad4bit.defs.h
Go to the documentation of this file.
1
/*
2
* pad4bit.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 __pad4bit_DEFS_H__
12
#define __pad4bit_DEFS_H__
13
14
// required properties
15
PROP_REQ
[] = {
16
{
"Number"
,
PROP_INT
, { 0,
PROP_NO_STR
},
PROP_RNGII
(0, 15) },
17
PROP_NO_PROP
};
18
19
// optional properties
20
PROP_OPT
[] = {
21
{
"Temp"
,
PROP_REAL
, { 26.85,
PROP_NO_STR
},
PROP_MIN_VAL
(
K
) },
22
PROP_NO_PROP
};
23
24
// device definition
25
struct
define_t
pad4bit
::cirdef =
26
{
"pad4bit"
,
27
4,
PROP_COMPONENT
,
PROP_NO_SUBSTRATE
,
PROP_NONLINEAR
,
PROP_DEF
};
28
29
#endif
/* __pad4bit_DEFS_H__ */
Generated on Tue Dec 25 2012 14:30:31 for My Project by
1.8.2