|
NAMEdevcfg —
Zynq PL device config interface
SYNOPSISdevice devcfg
DESCRIPTIONThe special file /dev/devcfg can be used to configure the PL (FPGA) section of the Xilinx Zynq-7000.On the first write to the character device at file offset 0, the
The PL (FPGA) can be configured by writing the bitstream to the character device like this: cat design.bit.bin > /dev/devcfg The file should not be confused with the .bit file output by the
FPGA design tools. It is the binary form of the configuration bitstream. The
Xilinx promgen -b -w -p bin -data_width 32 -u 0 design.bit -o design.bit.bin SYSCTL VARIABLESThedevcfg driver provides the following
sysctl(8)
variables:
FILES
SEE ALSOZynq-7000 SoC Technical Reference Manual (Xilinx doc UG585)AUTHORSThomas Skibo
Visit the GSP FreeBSD Man Page Interface. |