Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/tec/
H A Dtecfpga.c1820 scanlt->paramtype[1] != PARAMATOM) in fpga_makeprimitive()
2226 scanlt->paramtype[0] == PARAMATOM) in fpga_makeprimnet()
2259 if (scanlt->paramtype[pos+1] != PARAMATOM || scanlt->paramtype[pos+2] != PARAMATOM) in fpga_makeprimnet()
2355 scanlt->paramtype[0] == PARAMATOM) in fpga_makeprimpip()
2366 scanlt->paramtype[0] == PARAMATOM && scanlt->paramtype[1] == PARAMATOM) in fpga_makeprimpip()
2374 scanlt->paramtype[0] == PARAMATOM && scanlt->paramtype[1] == PARAMATOM) in fpga_makeprimpip()
2505 scanlt->paramtype[0] == PARAMATOM && scanlt->paramtype[1] == PARAMATOM) in fpga_makecell()
2887 ltporta->paramtype[1] != PARAMATOM) in fpga_makeblockrepeater()
2897 ltportb->paramtype[1] != PARAMATOM) in fpga_makeblockrepeater()
2998 if (scanlt->paramtype[pos+1] != PARAMATOM || scanlt->paramtype[pos+2] != PARAMATOM) in fpga_makeblocknet()
[all …]
/dports/cad/electric/electric-7.00/src/io/
H A Diosdfi.c50 #define PARAMATOM 2 /* parameter is atomic */ macro
382 if (sdfi_addparameter(sdfi_treepos, PARAMATOM, savekey)) return(TRUE); in sdfi_pushkeyword()