Home
last modified time | relevance | path

Searched refs:NetProc (Results 1 – 19 of 19) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A DStatement.h85 virtual NetProc* elaborate(Design*des, NetScope*scope) const;
143 virtual NetProc* elaborate(Design*des, NetScope*scope) const;
162 NetProc*assign_to_memory_(class NetMemory*, PExpr*,
229 NetProc* elaborate_sys(Design*des, NetScope*scope) const;
230 NetProc* elaborate_usr(Design*des, NetScope*scope) const;
232 NetProc*elaborate_method_(Design*des, NetScope*scope,
238 NetProc*elaborate_build_call_(Design*des, NetScope*scope,
244 NetProc*elaborate_queue_method_(Design*des, NetScope*scope,
434 NetProc* elaborate_st(Design*des, NetScope*scope, NetProc*st) const;
436 NetProc* elaborate_wait(Design*des, NetScope*scope, NetProc*st) const;
[all …]
H A Dnet_proc.cc39 NetProc*cur = last_->next_; in ~NetBlock()
47 void NetBlock::append(NetProc*cur) in append()
59 void NetBlock::prepend(NetProc*cur) in prepend()
70 const NetProc* NetBlock::proc_first() const in proc_first()
78 const NetProc* NetBlock::proc_next(const NetProc*cur) const in proc_next()
106 void NetCase::set_case(unsigned idx, NetExpr*e, NetProc*p) in set_case()
189 NetForever::NetForever(NetProc*p) in NetForever()
199 NetForLoop::NetForLoop(NetNet*ind, NetExpr*iexpr, NetExpr*cond, NetProc*sub, NetProc*step) in NetForLoop()
237 NetPDelay::NetPDelay(uint64_t d, NetProc*st) in NetPDelay()
242 NetPDelay::NetPDelay(NetExpr*d, NetProc*st) in NetPDelay()
[all …]
H A Dnetlist.h63 class NetProc; variable
874 NetProc*proc_;
2755 NetProc*next_;
2758 NetProc(const NetProc&);
2759 NetProc& operator= (const NetProc&);
3026 const NetProc*proc_next(const NetProc*cur) const;
3063 NetProc*last_;
3167 explicit NetCondit(NetExpr*ex, NetProc*i, NetProc*e);
3210 NetProc*if_;
3211 NetProc*else_;
[all …]
H A Dsynth.cc95 if (NetProc*tmp = stmt->if_clause()) in condit()
98 if (NetProc*tmp = stmt->else_clause()) in condit()
106 NetProc*tmp = stmt->statement(); in event_wait()
H A Dnetlist.cc1020 NetProc::NetProc() in NetProc() function in NetProc
1025 NetProc::~NetProc() in ~NetProc()
1064 NetProc* NetProcTop::statement() in statement()
1069 const NetProc* NetProcTop::statement() const in statement()
1094 NetProc* NetAnalogTop::statement() in statement()
1099 const NetProc* NetAnalogTop::statement() const in statement()
2037 NetCondit::NetCondit(NetExpr*ex, NetProc*i, NetProc*e) in NetCondit()
2065 NetProc* NetCondit::if_clause() in if_clause()
2070 NetProc* NetCondit::else_clause() in else_clause()
2134 void NetBaseDef::set_proc(NetProc*st) in set_proc()
[all …]
H A Delaborate.cc2318 NetProc*cur = new NetProc; in elaborate()
2690 NetProc*st; in elaborate()
3192 NetProc*st = 0; in elaborate()
3213 NetProc*st = 0; in elaborate()
3526 NetProc *tmp; in elaborate_usr()
4251 NetProc*sub; in elaborate()
5056 NetProc*sub; in elaborate()
5091 NetProc*sub; in elaborate_static_array_()
5189 NetProc*sub; in elaborate()
5476 NetProc*st; in elaborate()
[all …]
H A Delaborate_analog.cc29 NetProc* AContrib::elaborate(Design*des, NetScope*scope) const in elaborate()
49 NetProc*estatement = statement_->elaborate(des, scope); in elaborate()
H A Dnet_nex_output.cc29 void NetProc::nex_output(NexusSet&) in nex_output()
99 NetProc*cur = last_; in nex_output()
H A Dsynth2.cc195 static void merge_sequential_masks(NetProc::mask_t&top_mask, NetProc::mask_t&sub_mask) in merge_sequential_masks()
212 static void merge_parallel_masks(NetProc::mask_t&top_mask, NetProc::mask_t&sub_mask) in merge_parallel_masks()
229 static bool all_bits_driven(NetProc::mask_t&mask) in all_bits_driven()
243 vector<NetProc::mask_t>&bitmasks, in tie_off_floating_inputs_()
539 NetProc*substmt) in synth_async_block_substatement_()
636 NetProc*cur = last_; in synth_async()
814 NetProc*default_statement = 0; in synth_async()
962 NetProc*stmt = statement_map[idx]; in synth_async()
1078 NetProc*default_statement = 0; in synth_async_casez_()
1136 NetProc*stmt = items_[item].statement; in synth_async_casez_()
[all …]
H A Dnet_event.cc348 NetEvWait::NetEvWait(NetProc*pr) in NetEvWait()
442 NetProc* NetEvWait::statement() in statement()
447 const NetProc* NetEvWait::statement() const in statement()
H A Dsync.cc29 bool NetProc::is_synchronous() in is_synchronous()
H A Dasync.cc80 bool NetProc::is_asynchronous() in is_asynchronous()
H A DAStatement.h46 virtual NetProc* elaborate(Design*des, NetScope*scope) const;
H A Dnet_func_eval.cc96 if (const NetProc*init_proc = scope()->var_init()) in evaluate_function()
211 bool NetProc::evaluate_function(const LineInfo&, in evaluate_function()
518 if (const NetProc*init_proc = subscope_->var_init()) in evaluate_function()
527 NetProc*cur = last_; in evaluate_function()
565 NetProc*default_statement = 0; in evaluate_function_vect_()
627 NetProc*default_statement = 0; in evaluate_function_real_()
H A Demit.cc216 bool NetProc::emit_proc(struct target_t*) const in emit_proc()
358 NetProc*cur = last_; in emit_recurse()
H A Dnet_nex_input.cc38 NexusSet* NetProc::nex_input(bool, bool, bool) const in nex_input()
374 NetProc*cur = last_->next_; in nex_input()
H A Dfunctor.cc285 int NetProc::match_proc(proc_match_t*) in match_proc()
H A Dt-dll-proc.cc414 for (const NetProc*cur = net->proc_first() in proc_block()
462 for (const NetProc*cur = net->proc_first() in proc_block()
H A Ddesign_dump.cc1153 const NetProc*cur = last_; in dump()
1624 void NetProc::dump(ostream&o, unsigned ind) const in dump()