Home
last modified time | relevance | path

Searched refs:PrintNewCdlLine (Results 1 – 2 of 2) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_print.cc222 PrintNewCdlLine(string(".SUBCKT")); in PrintFlatCdl()
244 PrintNewCdlLine(string(".ENDS")); in PrintFlatCdl()
245 PrintNewCdlLine(string("")); in PrintFlatCdl()
257 PrintNewCdlLine(string(".SUBCKT"), theCdlFile); in PrintHierarchicalCdl()
268 PrintNewCdlLine(theCircuit->devicePtr_v[device_it]->name, theCdlFile); in PrintHierarchicalCdl()
291 PrintNewCdlLine(theCircuit->subcircuitPtr_v[instance_it]->name, theCdlFile); in PrintHierarchicalCdl()
298 PrintNewCdlLine(string(".ENDS"), theCdlFile); in PrintHierarchicalCdl()
299 PrintNewCdlLine(string(" "), theCdlFile); in PrintHierarchicalCdl()
311 void CCvcDb::PrintNewCdlLine(const string theData, ostream & theOutput) { in PrintNewCdlLine() function in CCvcDb
328 void CCvcDb::PrintNewCdlLine(const text_t theData, ostream & theOutput) { in PrintNewCdlLine() function in CCvcDb
[all …]
H A DCCvcDb.hh399 void PrintNewCdlLine(const string theData, ostream & theOutput = cout);
400 void PrintNewCdlLine(const text_t theData, ostream & theOutput = cout);
401 void PrintNewCdlLine(const char theData, ostream & theOutput = cout);