Home
last modified time | relevance | path

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

/dports/devel/nextpnr/nextpnr-48cd407/gui/generic/
H A Dmainwindow.cc41 std::string title = "nextpnr-generic - " + ctx->getChipName(); in newContext()
/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Darch_pybindings_shared.h113 fn_wrapper_0a<Context, decltype(&Context::getChipName), &Context::getChipName, pass_through<std::st…
/dports/devel/nextpnr/nextpnr-48cd407/gui/ecp5/
H A Dmainwindow.cc50 …std::string title = "nextpnr-ecp5 - " + ctx->getChipName() + " ( " + ctx->archArgs().package + " )… in newContext()
/dports/devel/nextpnr/nextpnr-48cd407/gui/ice40/
H A Dmainwindow.cc144 …std::string title = "nextpnr-ice40 - " + ctx->getChipName() + " ( " + ctx->archArgs().package + " … in newContext()
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Darch_pybindings.cc136 …fn_wrapper_0a<Context, decltype(&Context::getChipName), &Context::getChipName, pass_through<std::s… in arch_wrap_python()
H A Darch.h181 std::string getChipName() const { return chipName; }
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Darch.cc115 … log_error("Unsupported package '%s' for '%s'.\n", args.package.c_str(), getChipName().c_str()); in Arch()
122 std::string Arch::getChipName() const in getChipName() function in Arch
151 std::string name = getChipName(); in getFullChipName()
H A Darch.h490 std::string getChipName() const;
H A Dpack.cc1604 … log_error("no DCU location '%s' in device '%s'\n", loc.c_str(), ctx->getChipName().c_str()); in pack_dcus()
/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Darch.h425 std::string getChipName() const;
H A Darch.cc122 std::string Arch::getChipName() const in getChipName() function in Arch
/dports/devel/nextpnr/nextpnr-48cd407/docs/
H A Darchapi.md71 ### std::string getChipName() const