Home
last modified time | relevance | path

Searched refs:techname (Results 1 – 25 of 90) sorted by relevance

1234

/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dcheckdirs.sh.in63 set techname=${argv[1]}
134 if ( !(-r ${techdir}/${techname}.sh )) then
135 if ( -d ${techdir}/${techname} ) then
136 set techdir=${techdir}/${techname}
148 if ( -d ${projectpath}/tech/${techname} ) then
151 if ( -d ${projectpath}/${techname} ) then
152 set techdir="${projectpath}"/${techname}
157 if ( -d SUBST_TECH_DIR/${techname} ) then
158 set techdir=SUBST_TECH_DIR/${techname}
171 if ( -d ${techdir}/${techname} ) then
[all …]
H A Dqflow.sh.in23 set tech=`cat qflow_vars.sh | grep techname | cut -d= -f2`
389 set techorig=`cat $varfile | grep techname= | cut -d= -f2`
410 echo "set techname=${techname}" >> ${varfile}
955 cp ${techdir}/${techname}.par ${layoutdir}/${modulename}.par
959 cp ${techdir}/${techname}.par ${layoutdir}/${modulename}.par
960 else if ( -M ${techdir}/${techname}.par > -M ${layoutdir}/${modulename}.par ) then
963 cp ${techdir}/${techname}.par ${layoutdir}/${modulename}.par
H A Dnetgen_lvs.sh41 source ${techdir}/${techname}.sh
115 set setup_script=${techdir}/${techname}_setup.tcl
H A Dmagic_gds.sh41 source ${techdir}/${techname}.sh
H A Dmagic_drc.sh41 source ${techdir}/${techname}.sh
H A Dmagic_view.sh70 source ${techdir}/${techname}.sh
H A Dvesta.sh60 source ${techdir}/${techname}.sh
H A Dmagic_db.sh52 source ${techdir}/${techname}.sh
H A Dopentimer.sh60 source ${techdir}/${techname}.sh
/dports/cad/yosys/yosys-yosys-0.12/passes/opt/
H A Dopt_lut_ins.cc48 string techname; in execute() local
54 techname = args[++argidx]; in execute()
61 if (techname != "" && techname != "xilinx" && techname != "ecp5" && techname != "gowin") in execute()
78 if (techname == "") { in execute()
84 } else if (techname == "xilinx" || techname == "gowin") { in execute()
129 if (techname == "xilinx") in execute()
184 if (techname == "ecp5") { in execute()
196 if (techname == "gowin") { in execute()
220 if (new_inputs.empty() && techname != "ecp5" && techname != "gowin") { in execute()
225 if (techname == "") { in execute()
[all …]
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecp.c170 if (techname == 0) techname = lib->libname; in us_tecfromlibinit()
200 techname, tech->techname); in us_tecfromlibinit()
3748 us_tecedmakesymbol(techname)); in us_teceditdumplayers()
4104 us_tecedmakesymbol(techname)); in us_teceditdumparcs()
4411 us_tecedmakesymbol(techname)); in us_teceditdumpnodes()
4428 us_tecedmakesymbol(techname)); in us_teceditdumpnodes()
4546 us_tecedmakesymbol(techname)); in us_teceditdumpvars()
4550 us_tecedmakesymbol(techname)); in us_teceditdumpvars()
4554 us_tecedmakesymbol(techname)); in us_teceditdumpvars()
4597 us_tecedmakesymbol(techname)); in us_teceditdumpvars()
[all …]
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcontrol.c126 for(el_maxtech=0; el_technologylist[el_maxtech].techname != 0; el_maxtech++) in osprimaryosinit()
133 addstringtoinfstr(infstr, tech->techname); in osprimaryosinit()
144 (void)allocstring(&realtech->techname, tech->techname, clus); in osprimaryosinit()
179 if (namesame(tech->techname, DEFTECH) == 0) el_curtech = tech; in osprimaryosinit()
195 error(_("User pass 1 error initializing %s technology"), tech->techname); in osprimaryosinit()
198 error(_("Pass 1 error initializing %s technology"), tech->techname); in osprimaryosinit()
231 error(_("User pass 2 error initializing %s technology"), tech->techname); in ossecondaryinit()
234 error(_("Pass 2 error initializing %s technology"), tech->techname); in ossecondaryinit()
246 error(_("User pass 3 error initializing %s technology"), tech->techname); in ossecondaryinit()
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dstat.cc74 …ign, RTLIL::Module *mod, bool width_mode, const dict<IdString, double> &cell_area, string techname) in statdata_t()
76 tech = techname; in statdata_t()
322 string techname; in execute() local
338 techname = args[++argidx]; in execute()
351 if (techname != "" && techname != "xilinx" && techname != "cmos") in execute()
352 log_cmd_error("Unsupported technology: '%s'\n", techname.c_str()); in execute()
360 statdata_t data(design, mod, width_mode, cell_area, techname); in execute()
/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DResearchQueue.cpp219 std::string techname = m_queue[i].name; in Update() local
222 const Tech* tech = GetTech(techname); in Update()
225 if (dpsim_tech_status_map[techname] == TS_RESEARCHABLE) { in Update()
227 } else if (dpsim_tech_status_map[techname] == TS_UNRESEARCHABLE || in Update()
228 dpsim_tech_status_map[techname] == TS_HAS_RESEARCHED_PREREQ) in Update()
240 waiting_for_prereqs[techname] = these_prereqs; in Update()
/dports/cad/xcircuit/xcircuit-3.10.30/lib/tcl/
H A Dsymbol.tcl61 set techname [.makesymbol.techself.techselect cget -text]
73 set techname ""
74 } elseif {[string first ( $techname] >= 0} { ;# "(user)" specified
75 set techname "::"
76 } elseif {[string first :: $techname] < 0} {
77 set techname "${techname}::"
85 xcircuit::symbol make ${techname}${symbolname} $XCOps(library);
129 set handle [object make ${techname}${symbolname} $XCOps(library)]
/dports/cad/gds3d/GDS3D-bcdb97a/skill/
H A DicdGDS3D.il68 techname = techGetTechLibName(ddGetObj(libName))
135 techfile = strcat(GDS3D_SRC "techfiles/" techname ".txt")
137 …printf(strcat("Error: process definition file not available for " techname ", please create " tech…
148 …fprintf(runfile strcat(GDS3D_TARGET "win32\\GDS3D.exe -p " GDS3D_TARGET "techfiles/" techname ".tx…
158 …fprintf(runfile strcat(GDS3D_TARGET "linux/GDS3D -p " GDS3D_TARGET "techfiles/" techname ".txt -i …
169 …RGET "mac/GDS3D.app/Contents/MacOS/GDS3D -p " GDS3D_TARGET "techfiles/" techname ".txt -i gds/" ce…
178 if( icdWriteCellGDS(techname libName cellName viewName ".gds" strcat(GDS3D_DST "gds/")) == t then
292 procedure(icdWriteCellGDS(techname libName cellName viewName suffix outdir)
294 templateName = strcat(GDS3D_SRC "/techfiles/" techname ".template")
/dports/cad/electric/electric-7.00/src/include/
H A Ddrc.h72 CHAR *techname; /* name of the technology */ member
149 DRCRULES *dr_allocaterules(INTBIG layercount, INTBIG nodecount, CHAR *techname);
/dports/cad/electric/electric-7.00/src/io/
H A Diotexto.c135 …xprintf(io_fileout, x_("techname: %s lambda: %ld\n"), tech->techname, lib->lambda[tech->techindex]… in io_writetextlibrary()
197 ni->proto->tech->techname, ni->proto->protoname); in io_writetextlibrary()
253 xprintf(io_fileout, x_("type: %s:%s\n"), ai->proto->tech->techname, ai->proto->protoname); in io_writetextlibrary()
499 io_addstring(infstr, np->tech->techname); in io_makestringvar()
555 io_addstring(infstr, ap->tech->techname); in io_makestringvar()
589 io_addstring(infstr, tech->techname); in io_makestringvar()
/dports/science/jmol/jmol-14.32.7/src/jspecview/source/
H A DXMLReader.java56 protected String tmpEnd = "END", molForm = "", techname = ""; field in XMLReader
113 spectrum.setDataType(techname); in populateVariables()
H A DAnIMLReader.java154 techname = parser.getAttrValue("name").toUpperCase() + " SPECTRUM"; in processExperimentStepSet()
/dports/cad/gds3d/GDS3D-bcdb97a/gdsoglviewer/
H A Dwindowmanager.h68 char *techname; variable
/dports/cad/netgen-lvs/netgen-1.5.211/python/
H A Dlvs_manager.py.in337 techname = filedialog.askopenfilename(multiple=False,
341 if techname != '':
342 print("Selected technology setup script " + techname)
343 techbase = os.path.split(techname)[1]
345 self.lvs_setup = techname
/dports/cad/electric/electric-7.00/src/pla/
H A Dplacutils.c68 ttyputerr(_("No %s contact for technology %s"), pin_type, el_curtech->techname); in plac_make_Pin()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dtech.c192 #define techname(tech) (tech_names[techid(tech)]) macro
421 if ((len = strlen(techname(i))) > longest)
447 prefix, longest, techname(i), tlevel,
459 prefix, techname(i), tlevel,
473 prefix, longest, techname(i), tlevel,
481 prefix, techname(i), tlevel,
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/PEngine/
H A Dfxman.cpp853 bool PEffect::findTechnique(const std::string &techname, int *technique) in findTechnique() argument
856 if (tech[i].name == techname) { in findTechnique()

1234