46 #ifndef Xyce_N_DEV_Digital_h
47 #define Xyce_N_DEV_Digital_h
66 static const char *
name() {
return "Behavioral Digital";}
98 enum gType {
INV,
NOT,
AND,
NAND,
OR,
NOR,
ADD,
XOR,
NXOR,
DFF,
DLTCH,
BUF};
117 void registerLIDs(
const std::vector<int> & intLIDVecRef,
118 const std::vector<int> & extLIDVecRef );
123 const std::vector< std::vector<int> > &
jacobianStamp()
const;
124 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
330 std::vector< std::pair<std::string,double> > & parNames,