Home
last modified time | relevance | path

Searched refs:fpga (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/samples/drivers/fpga/fpga_controller/src/
Dmain.c16 const struct device *const fpga = DEVICE_DT_GET(DT_NODELABEL(fpga0)); variable
34 if (!device_is_ready(fpga)) { in main()
39 fpga_load(fpga, axFPGABitStream_red, in main()
42 fpga_reset(fpga); in main()
43 fpga_load(fpga, axFPGABitStream_green, in main()
46 fpga_reset(fpga); in main()
/Zephyr-latest/drivers/fpga/
DKconfig14 module-str = fpga
29 source "drivers/fpga/Kconfig.altera_agilex_bridge"
30 source "drivers/fpga/Kconfig.eos_s3"
31 source "drivers/fpga/Kconfig.ice40"
32 source "drivers/fpga/Kconfig.mpfs"
33 source "drivers/fpga/Kconfig.zynqmp"
34 source "drivers/fpga/Kconfig.slg471x5"
DKconfig.ice405 bool "Lattice iCE40 fpga driver"
12 Enable support for the Lattice iCE40 fpga driver.
17 bool "Lattice iCE40 fpga SPI driver"
21 Enable support for the Lattice iCE40 fpga SPI driver.
24 bool "Lattice iCE40 fpga driver GPIO bitbang"
29 Enable support for the Lattice iCE40 fpga GPIO bitbang driver.
DKconfig.zynqmp7 bool "ZYNQMP fpga driver"
DKconfig.eos_s37 bool "EOS S3 fpga driver"
DKconfig.altera_agilex_bridge7 bool "ALTERA fpga driver"
Dfpga_eos_s3.c143 static DEVICE_API(fpga, eos_s3_api) = {
Dfpga_shell.c145 SHELL_CMD_REGISTER(fpga, &sub_fpga, "FPGA commands", NULL);
Dfpga_slg471x5.c151 static DEVICE_API(fpga, fpga_slg471x5_api) = {
Dfpga_zynqmp.c318 static DEVICE_API(fpga, zynqmp_api) = {
Dfpga_ice40_spi.c169 static DEVICE_API(fpga, fpga_ice40_api) = {
/Zephyr-latest/samples/boards/quicklogic/qomu/src/
Dmain.c19 const struct device *fpga = device_get_binding("fpga"); in main() local
22 fpga_load(fpga, axFPGABitStream, axFPGABitStream_length); in main()
/Zephyr-latest/samples/drivers/fpga/fpga_controller/
DREADME.rst1 .. zephyr:code-sample:: fpga-controller
26 :zephyr-app: samples/drivers/fpga/fpga_controller
36 :zephyr-app: samples/drivers/fpga/fpga_controller
68 The FPGA controller command can now be used (``fpga load <device> <address> <size in bytes>``):
72 uart:~$ fpga load FPGA 0x2001a46c 75960
81 uart:~$ fpga reset FPGA
114 uart:~$ fpga load FPGA 0x10000 75960
/Zephyr-latest/tests/drivers/build_all/fpga/
Dspi.dtsi11 compatible = "lattice,ice40-fpga-bitbang";
27 compatible = "lattice,ice40-fpga";
/Zephyr-latest/boards/enclustra/mercury_xu/
Dmercury_xu.dts22 fpga0: fpga {
24 compatible = "xlnx,fpga";
/Zephyr-latest/samples/drivers/fpga/
Dindex.rst1 .. zephyr:code-sample-category:: fpga
/Zephyr-latest/boards/microchip/m2gl025_miv/doc/
Dindex.rst9 `Microchip's website <https://www.microchip.com/en-us/products/fpgas-and-plds/fpga-and-soc-design-t…
32 <https://www.microchip.com/en-us/products/fpgas-and-plds/fpga-and-soc-design-tools/soc-fpga/softcon…
/Zephyr-latest/boards/digilent/arty_a7/doc/
Dindex.rst213 https://www.arm.com/resources/designstart/designstart-fpga
216 https://developer.arm.com/ip-products/designstart/fpga
219 https://developer.arm.com/ip-products/designstart/fpga/fpga-xilinx
222 https://developer.arm.com/ip-products/designstart/fpga/fpga-xilinx-faqs
/Zephyr-latest/boards/microchip/mpfs_icicle/doc/
Dindex.rst6 …icicle board is a PolarFire SoC FPGA based development board with a Microchip MPFS250T fpga device.
37 <https://www.microchip.com/en-us/products/fpgas-and-plds/fpga-and-soc-design-tools/programming-and-…
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
DREADME5 https://www.altera.com/products/boards_and_kits/dev-kits/altera/max-10-fpga-development-kit.html
/Zephyr-latest/boards/quicklogic/quick_feather/
Dquick_feather.dts57 fpga0: fpga {
/Zephyr-latest/boards/quicklogic/qomu/
Dqomu.dts57 fpga0: fpga {
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/
DREADME.rst35 `MPS3 FPGA prototyping board <https://developer.arm.com/tools-and-software/development-boards/fpga-…
/Zephyr-latest/drivers/
DCMakeLists.txt43 add_subdirectory_ifdef(CONFIG_FPGA fpga)
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst245 …Info : JTAG tap: fpgasoc.fpga.tap tap/device found: 0x02d020dd (mfg: 0x06e (Altera), part: 0x2d02,…
284 …Info : JTAG tap: fpgasoc.fpga.tap tap/device found: 0x02d020dd (mfg: 0x06e (Altera), part: 0x2d02,…
310 …Info : JTAG tap: fpgasoc.fpga.tap tap/device found: 0x02d020dd (mfg: 0x06e (Altera), part: 0x2d02,…
355 …velopment Suite <https://www.intel.com/content/www/us/en/products/details/fpga/development-kits/cy…
357 …load Center <https://www.intel.com/content/www/us/en/collections/products/fpga/software/downloads.…

12