Home
last modified time | relevance | path

Searched refs:GCElement_numPads (Results 1 – 20 of 20) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dgeneric.c107 int N = GCElement_numPads(g);
140 int N = GCElement_numPads(g); in Generic_Make()
231 int N = GCElement_numPads(g); in Generic_Move()
245 int N = GCElement_numPads(g); in replicateGateWires()
337 int N = GCElement_numPads(g); in Generic_AddInput()
357 int N = GCElement_numPads(g); in Generic_AddOutput()
379 int N = GCElement_numPads(g); in Generic_RemovePort()
462 int N = GCElement_numPads(g); in Generic_editPropsDLWires()
539 int N = GCElement_numPads(g); in Generic_editPropsULWires()
625 int N = GCElement_numPads(g); in Generic_editPropsULWires()
[all …]
H A Dblock.c204 int N = GCElement_numPads(g); in block_replicatewires()
352 int N = GCElement_numPads(g); in block_hitPort()
534 int N = GCElement_numPads(g); in Block_Draw()
589 int N = GCElement_numPads(g); in Block_Move()
774 int N = GCElement_numPads(g); in Block_PSWrite()
950 int N = GCElement_numPads(g); in Block_VerSave()
1047 int N = GCElement_numPads(g); in block_getPortDir()
2075 n = GCElement_numPads(g1); in block_isIsomorphic_blockports()
2186 if (GCElement_numPads(g1) != GCElement_numPads(g2)) in block_isIsomorphic()
2252 n = GCElement_numPads(g); in block_updateInterface()
[all …]
H A Dcpath.c123 int N = GCElement_numPads(g); in cpath_findGatePort()
149 int N = GCElement_numPads(g); in cpath_findGatePort()
281 int N = GCElement_numPads(g); in cpath_guessPort()
H A Dgates.c153 N = GCElement_numPads(g); in gate_new()
248 int N = GCElement_numPads(g); in gate_cutOffWires()
368 int N = GCElement_numPads(g); in gate_drawWires()
639 int GCElement_numPads(GCElement *g) in GCElement_numPads() function
705 int n = GCElement_numPads(g); in GCElement_getPort()
H A Dverify.c130 int N = GCElement_numPads(g); in verify_gate()
H A Delements.h321 int GCElement_numPads(GCElement *g);
H A Ddecoder.c281 int N = GCElement_numPads(g); in Decoder_Make()
473 int N = GCElement_numPads(g); in Decoder_AddOutput()
H A Ddemux.c292 int N = GCElement_numPads(g); in Demux_Make()
455 int N = GCElement_numPads(g); in Demux_AddOutput()
H A Dmodule.c264 N = GCElement_numPads(g); in GModuleDef_copyInto()
318 int N = GCElement_numPads(g); in GModuleDef_copyInto()
796 int N = GCElement_numPads(g); in GModuleDef_listPorts()
H A Dmux.c293 int N = GCElement_numPads(g); in Mux_Make()
344 int N = GCElement_numPads(g); in Mux_AddInput()
H A Dwiresmove.c453 int N = GCElement_numPads(g); in posongate()
485 int N = GCElement_numPads(g); in GetPadPosition()
H A Ddelay.c257 int N = GCElement_numPads(g); in gate_properties_lookup()
H A Djoint.c625 int N = GCElement_numPads(g); in joint_desplice()
654 int N = GCElement_numPads(g); in Joint_VerSave()
H A Dsymblock.c423 int N = GCElement_numPads(g); in SymBlock_VerSave()
H A Dmodint.c116 N = GCElement_numPads(g); in modint_reset()
H A Dwiresnap.c175 int N = GCElement_numPads(g); in wire_snapgate()
H A Dverilog_in.c1532 int N = GCElement_numPads(cur.gate); in VerEndGate()
1546 int N = GCElement_numPads(cur.gate); in VerEndGate()
1808 int N = GCElement_numPads(g); in FastenToGate()
H A Dedit.c832 int N = GCElement_numPads(select); in initial_wires()
956 int N = GCElement_numPads(g); in DoDebug()
H A Dtclfuncs.c1041 n = GCElement_numPads(g); in gat_debug()
2656 int N = GCElement_numPads(g); in gat_setpop()
3241 int N = GCElement_numPads(g); in gat_validatePortName()
3254 int N = GCElement_numPads(g); in gat_validatePortName()
H A Digenerate.c288 npads = GCElement_numPads(g); in igen_getInterfacePorts()