Home
last modified time | relevance | path

Searched refs:Get_Net (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-oper.adb467 (Ctxt, Id, Get_Net (Ctxt, Left), Get_Net (Ctxt, Right));
480 (Ctxt, Id, Get_Net (Ctxt, Left), Get_Net (Ctxt, Right));
509 (Ctxt, Id, Get_Net (Ctxt, Left), Get_Net (Ctxt, Right));
617 Get_Net (Ctxt, Left), Get_Net (Ctxt, Right));
628 (Ctxt, Id, Get_Net (Ctxt, Left), Get_Net (Ctxt, Right));
687 L1 := Get_Net (Ctxt, Left);
688 R1 := Get_Net (Ctxt, Right);
745 L1 := Get_Net (Ctxt, Left);
1011 (Ctxt, Get_Net (Ctxt, Left), Get_Net (Ctxt, Right));
1796 R_Net := Get_Net (Ctxt, Right);
[all …]
H A Dsynth-context.adb531 function Get_Net (Ctxt : Context_Acc; Val : Valtyp) return Net is subprogram
548 return Get_Net (Ctxt, (Val.Typ, Val.Val.A_Obj));
553 Val.Val.C_Net := Get_Net (Ctxt, (Val.Typ, Val.Val.C_Val));
563 end Get_Net;
H A Dsynth-stmts.adb572 N := Get_Net (Ctxt, Obj);
647 V := Get_Net (Ctxt, Val);
654 Cond_Net := Get_Net (Ctxt, Cond_Val);
677 Connect (Inp, Get_Net (Ctxt, Val));
717 V := Get_Net (Ctxt, Val);
794 Cond_Net := Get_Net (Ctxt, Cond_Val);
1121 Sel_Net := Get_Net (Ctxt, Sel);
1417 Sel_Net := Get_Net (Ctxt, Sel);
1455 Alts (Alt_Idx).Val := Get_Net (Ctxt, Val);
1846 Set_Wire_Gate (Wire, Get_Net (Ctxt, Val));
[all …]
H A Dsynth-expr.adb372 N := Get_Net (Ctxt, Val);
801 N := Get_Net (Ctxt, Vt);
1558 (Ctxt, Name, Pfx_Bnd, Get_Net (Ctxt, Left), Get_Net (Ctxt, Right),
1619 Clk := Get_Net (Ctxt, Synth_Name (Syn_Inst, Prefix));
1934 Clk_Net := Get_Net (Ctxt, Clk);
1966 Dff := Get_Net (Ctxt, Expr);
1989 DffCurr := Get_Net (Ctxt, Expr);
2016 DffCurr := Get_Net (Ctxt, Expr);
2047 DffCurr := Get_Net (Ctxt, Expr);
2110 Get_Net (Ctxt, Left), Get_Net (Ctxt, Right));
[all …]
H A Dsynth-context.ads123 function Get_Net (Ctxt : Context_Acc; Val : Valtyp) return Net; subprogspec
H A Dsynth-insts.adb674 Append (Concat, Get_Net (Ctxt, V));
722 return Get_Net (Ctxt, Act);
1187 Port := Get_Net (Ctxt, O);
1374 Init_Net := Get_Net (Ctxt, Init);
H A Dsynth-decls.adb61 Ival := Get_Net (Ctxt, Init);
912 Phi_Assign_Net (Ctxt, Wid, Get_Net (Ctxt, Init), 0);
H A Dsynth-aggr.adb406 Arr (Idx) := Get_Net (Ctxt, Tab (I));
/dports/emulators/aqemu/aqemu-0.9.2/src/
H A DVM_Devices.h848 const QString &Get_Net() const;
H A DVM_Devices.cpp2478 Net = nc.Get_Net(); in VM_Net_Card_Nativ()
2554 Net == nc.Get_Net() && in operator ==()
3045 const QString &VM_Net_Card_Nativ::Get_Net() const in Get_Net() function in VM_Net_Card_Nativ
H A DNetwork_Widget.cpp1765 ui.Edit_net->setText( card.Get_Net() ); in Set_Net_Card_To_Ui()
H A DVM.cpp2268 Dom_Text = New_Dom_Document.createTextNode( Network_Cards_Nativ[nx].Get_Net() ); in Create_VM_File()
5869 nic_str += ",net=" + Network_Cards_Nativ[ nc ].Get_Net(); in Build_QEMU_Args()