Home
last modified time | relevance | path

Searched defs:bel (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Darchcheck.cc38 for (BelId bel : ctx->getBels()) { in archcheck_names() local
66 for (BelId bel : ctx->getBels()) { in archcheck_locs() local
92 BelId bel = ctx->getBelByLocation(Loc(x, y, z)); in archcheck_locs() local
103 for (BelId bel : ctx->getBelsByTile(x, y)) { in archcheck_locs() local
H A Dsvg.cc103 for (auto bel : ctx->getBels()) { in operator ()() local
131 for (auto bel : ctx->getBels()) in operator ()() local
H A Dplacer1.cc81 for (auto bel : ctx->getBels()) { in SAPlacer() local
89 for (auto bel : ctx->getBels()) { in SAPlacer() local
127 for (auto bel : r->bels) { in SAPlacer() local
166 BelId bel = ctx->getBelByName(ctx->id(loc_name)); in place() local
411 for (auto bel : ctx->getBels()) { in place() local
454 auto proc_bel = [&](BelId bel) { in place_initial()
475 for (auto bel : cell->region->bels) { in place_initial() local
479 for (auto bel : ctx->getBels()) { in place_initial() local
747 BelId bel = fb.at(ctx->rng(int(fb.size()))); in random_bel_for_cell() local
H A Dplace_common.cc96 wirelen_t get_cell_metric_at_bel(const Context *ctx, CellInfo *cell, BelId bel, MetricType type) in get_cell_metric_at_bel()
120 for (auto bel : ctx->getBels()) { in place_single_cell() local
387 for (auto bel : ctx->getBelsByTile(cp.second.x, cp.second.y)) { in legalise_cell() local
532 bool check_cell_bel_region(const CellInfo *cell, BelId bel) in check_cell_bel_region()
/dports/devel/trellis/prjtrellis-5eb0ad87/libtrellis/src/
H A DBels.cpp13 RoutingBel bel; in add_lc() local
89 RoutingBel bel; in add_pio() local
108 RoutingBel bel; in add_dcc() local
133 RoutingBel bel; in add_bram() local
177 RoutingBel bel; in add_mult18() local
215 RoutingBel bel; in add_alu54b() local
259 RoutingBel bel; in add_pll() local
305 RoutingBel bel; in add_dcu() local
343 RoutingBel bel; in add_extref() local
357 RoutingBel bel; in add_pcsclkdiv() local
[all …]
H A DDedupChipdb.cpp16 for (const auto &bel : bels) { in checksum() local
42 for (auto &bel : td.bels) { in make_dedup_chipdb() local
66 for (const auto &bel : td.bels) { in make_dedup_chipdb() local
H A DRoutingGraph.cpp136 void RoutingGraph::add_bel(RoutingBel &bel) in add_bel()
141 void RoutingGraph::add_bel_input(RoutingBel &bel, ident_t pin, int wire_x, int wire_y, ident_t wire… in add_bel_input()
153 void RoutingGraph::add_bel_output(RoutingBel &bel, ident_t pin, int wire_x, int wire_y, ident_t wir… in add_bel_output()
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Darch.cc47 BelInfo &Arch::bel_info(IdString bel) in bel_info()
141 void Arch::addBelInput(IdString bel, IdString name, IdString wire) in addBelInput()
153 void Arch::addBelOutput(IdString bel, IdString name, IdString wire) in addBelOutput()
165 void Arch::addBelInout(IdString bel, IdString name, IdString wire) in addBelInout()
177 void Arch::addGroupBel(IdString group, IdString bel) { groups[group].bels.push_back(bel); } in addGroupBel()
203 void Arch::setBelDecal(BelId bel, DecalXY decalxy) in setBelDecal()
219 void Arch::setBelAttr(IdString bel, IdString key, const std::string &value) { bel_info(bel).attrs[k… in setBelAttr()
306 void Arch::bindBel(BelId bel, CellInfo *cell, PlaceStrength strength) in bindBel()
314 void Arch::unbindBel(BelId bel) in unbindBel()
334 WireId Arch::getBelPinWire(BelId bel, IdString pin) const in getBelPinWire()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dbitstream.cc177 static std::string get_pio_tile(Context *ctx, BelId bel) in get_pio_tile()
211 static std::string get_pic_tile(Context *ctx, BelId bel) in get_pic_tile()
260 static std::string get_comp_pio_tile(Context *ctx, BelId bel) in get_comp_pio_tile()
265 static std::string get_comp_pic_tile(Context *ctx, BelId bel) in get_comp_pic_tile()
272 std::vector<std::string> get_bram_tiles(Context *ctx, BelId bel) in get_bram_tiles()
310 std::vector<std::string> get_dsp_tiles(Context *ctx, BelId bel) in get_dsp_tiles()
403 std::vector<std::string> get_dcu_tiles(Context *ctx, BelId bel) in get_dcu_tiles()
413 std::vector<std::string> get_pll_tiles(Context *ctx, BelId bel) in get_pll_tiles()
780 BelId bel = ci->bel; in write_bitstream() local
H A Dpack.cc65 for (auto bel : ctx->getBels()) { in print_logic_usage() local
1610 for (auto bel : ctx->getBels()) { in pack_dcus() local
1686 for (BelId bel : ctx->getBels()) { in pack_misc() local
1700 for (auto bel : ctx->getBels()) { in preplace_plls() local
1723 for (auto bel : available_plls) { in preplace_plls() local
1815 for (auto bel : ctx->getBels()) { in make_eclk() local
2087 BelId bel = get_pio_bel(pio, curr); in pack_iologic() local
2583 for (auto bel : ctx->getBels()) { in pack_iologic() local
2601 for (auto bel : ctx->getBels()) { in pack_iologic() local
2617 for (auto bel : ctx->getBels()) { in pack_iologic() local
[all …]
H A Darch.cc238 WireId Arch::getBelPinWire(BelId bel, IdString pin) const in getBelPinWire()
256 PortType Arch::getBelPinType(BelId bel, IdString pin) const in getBelPinType()
345 BelId bel; in getPackagePinBel() local
394 BelId bel; in getPioByFunctionName() local
703 BelId bel; in getDecalGraphics() local
1200 BelId bel; in getDQSBUF() local
/dports/security/keybase/client-v5.7.1/browser/
H A Dpackage.json10 "bel": "^5.0.0", string
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vt100-0.8.1/tests/
H A Dcontrol.rs4 fn bel() { in bel() function
/dports/math/mfem/mfem-4.3/miniapps/meshing/
H A Dtrimmer.cpp196 Element * bel = (mesh.Dimension() == 1) ? in main() local
204 Element * bel = (mesh.Dimension() == 1) ? in main() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dsmoothing2.cpp212 const Element2d & bel = mesh[ld.locelements[j]]; in FuncGrad() local
269 const Element2d & bel = mesh[ld.locelements[j]]; in FuncDeriv() local
350 const Element2d & bel = mesh[ld.locelements[j]]; in FuncGrad() local
435 const Element2d & bel = in FuncGrad() local
506 const Element2d & bel = in FuncDeriv() local
772 const Element2d & bel = mesh[sei]; in ImproveMesh() local
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dsmoothing2.cpp314 const Element2d & bel = mesh[locelements[j]]; in FuncGrad() local
371 const Element2d & bel = mesh[locelements[j]]; in FuncDeriv() local
450 const Element2d & bel = mesh[locelements[j]]; in FuncGrad() local
532 const Element2d & bel = in FuncGrad() local
603 const Element2d & bel = in FuncDeriv() local
854 const Element2d & bel = mesh[sei]; in ImproveMesh() local
/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Dchipdb.py751 def add_switch(x, y, bel=-1): argument
767 def add_bel_input(bel, wire, port): argument
773 def add_bel_output(bel, wire, port): argument
929 def add_pll_clock_output(bel, ec, entry): argument
1374 x, y, bits, bel = switch variable
H A Darch.cc204 BelId bel; in getBelByLocation() local
243 PortType Arch::getBelPinType(BelId bel, IdString pin) const in getBelPinType()
280 WireId Arch::getBelPinWire(BelId bel, IdString pin) const in getBelPinWire()
861 BelId bel; in getDecalGraphics() local
H A Dpack.cc414 static BelId find_padin_gbuf(Context *ctx, BelId bel, IdString port_name) in find_padin_gbuf()
436 BelId bel = ctx->getBelByName(ctx->id(cell->attrs[ctx->id("BEL")].as_string())); in create_padin_gbuf() local
667 … BelId bel = ctx->getBelByName(ctx->id(cell.second->attrs[ctx->id("BEL")].as_string())); in promote_globals() local
764 for (auto bel : ctx->getBels()) { in place_plls() local
1063 for (auto bel : ctx->getBels()) { in cell_place_unique() local
1264 BelId bel = ctx->getBelByLocation(bel_loc); in pack_special() local
/dports/devel/nextpnr/nextpnr-48cd407/tests/ice40/
H A Dhx1k.cc46 for (auto bel : ctx->getBels()) { in TEST_F() local
H A Dlp8k.cc46 for (auto bel : ctx->getBels()) { in TEST_F() local
H A Dhx8k.cc46 for (auto bel : ctx->getBels()) { in TEST_F() local
H A Dlp1k.cc46 for (auto bel : ctx->getBels()) { in TEST_F() local
H A Dlp384.cc46 for (auto bel : ctx->getBels()) { in TEST_F() local
H A Dup5k.cc46 for (auto bel : ctx->getBels()) { in TEST_F() local

1234567891011