Home
last modified time | relevance | path

Searched refs:PSpecPath (Results 1 – 8 of 8) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A DPSpec.cc22 PSpecPath::PSpecPath(unsigned src_cnt, unsigned dst_cnt, char polarity, in PSpecPath() function in PSpecPath
32 PSpecPath::~PSpecPath() in ~PSpecPath()
H A DPSpec.h56 class PSpecPath : public LineInfo {
59 PSpecPath(unsigned src_cnt, unsigned dst_cnt, char polarity,
61 ~PSpecPath();
H A Dpform.h61 class PSpecPath; variable
447 extern PSpecPath*pform_make_specify_path(const struct vlltype&li,
450 extern PSpecPath*pform_make_specify_edge_path(const struct vlltype&li,
455 extern PSpecPath*pform_assign_path_delay(PSpecPath*obj, list<PExpr*>*delays);
457 extern void pform_module_specify_path(PSpecPath*obj);
H A DModule.h39 class PSpecPath; variable
137 list<PSpecPath*> specify_paths;
H A Dpform.cc3316 extern PSpecPath* pform_make_specify_path(const struct vlltype&li, in pform_make_specify_path()
3320 PSpecPath*path = new PSpecPath(src->size(), dst->size(), pol, full_flag); in pform_make_specify_path()
3342 extern PSpecPath*pform_make_specify_edge_path(const struct vlltype&li, in pform_make_specify_edge_path()
3348 PSpecPath*tmp = pform_make_specify_path(li, src, pol, full_flag, dst); in pform_make_specify_edge_path()
3354 extern PSpecPath* pform_assign_path_delay(PSpecPath*path, list<PExpr*>*del) in pform_assign_path_delay()
3373 extern void pform_module_specify_path(PSpecPath*obj) in pform_module_specify_path()
H A Dpform_dump.cc1239 void PSpecPath::dump(std::ostream&out, unsigned ind) const in dump()
1666 for (list<PSpecPath*>::const_iterator spec = specify_paths.begin() in dump()
H A Dparse.y34 class PSpecPath; variable
460 PSpecPath* specpath;
6107 { PSpecPath*tmp = $5;
6115 { PSpecPath*tmp = $5;
6123 { PSpecPath*tmp = $2;
H A Delaborate.cc5646 void PSpecPath::elaborate(Design*des, NetScope*scope) const in elaborate()
5984 for (list<PSpecPath*>::const_iterator sp = specify_paths.begin() in elaborate()