fpga@debian-fpga:~/test$ dtc -I dts -O dtb -o fpga-load.dtb fpga-load.dts
fpga@debian-fpga:~/test$ dtc -I dts -O dtb -o dpu.dtb dpu.dts
dpu.dtb: Warning (avoid_unnecessary_addr_size): /fragment@0: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
dpu.dtb: Warning (avoid_unnecessary_addr_size): /fragment@0/__overlay__: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qemu: Unsupported syscall: 403 | |
qemu: Unsupported syscall: 403 | |
qemu: Unsupported syscall: 412 | |
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 5 package 'dpkg': | |
missing 'Description' field | |
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 5 package 'dpkg': | |
missing 'Architecture' field | |
qemu: Unsupported syscall: 403 | |
qemu: Unsupported syscall: 403 | |
qemu: Unsupported syscall: 412 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library ieee; | |
use ieee.std_logic_1164.all; | |
use std.textio.all; | |
entity test is | |
end test; | |
architecture model of test is | |
function strcmp(s1,s2:string) return integer is | |
alias str_1 : string(1 to s1'length) is s1; | |
alias str_2 : string(1 to s2'length) is s2; | |
variable i : integer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <stddef.h> | |
#include <time.h> | |
#include <unistd.h> | |
#include <fcntl.h> | |
#include <error.h> | |
#include <errno.h> | |
#include <sys/mman.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```devicetree | |
&sdhci1 { | |
status = "okay"; | |
bus-width = <0x4>; | |
pinctrl-names = "default"; | |
pinctrl-0 = <&pinctrl_sdhci1_default>; | |
xlnx,mio_bank = <0>; | |
non-removable; | |
disable-wp; | |
vqmmc-supply = <&wmmcsdio_fixed>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
onerror {resume} | |
quietly WaveActivateNextPane {} 0 | |
add wave -noupdate -divider TOP(SERIAL) | |
add wave -noupdate -format Logic /Test/DUT/TX | |
add wave -noupdate -format Logic /Test/DUT/TX_ | |
add wave -noupdate -format Logic /Test/DUT/RX | |
add wave -noupdate -format Logic /Test/DUT/RX_ | |
add wave -noupdate -format Logic /Test/DUT/sys_rst_n | |
add wave -noupdate -format Logic /Test/DUT/sys_clk_p | |
add wave -noupdate -format Logic /Test/DUT/sys_clk_n |
group | 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ethernet0_0_grp | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | x | x | x | x | x | x | x | x | x | x | x | x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
ethernet1_0_grp | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | x | x | x | x | x | x | x | x | x | x | x | x | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
ethernet2_0_grp | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - | - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell# dtbocfg.rb --install --dts fclk0-zynq-zybo.dts fclk0 | |
[ 371.455932] fclkcfg amba:fclk0: device name : fclk0 | |
[ 371.460953] fclkcfg amba:fclk0: clock name : fclk0 | |
[ 371.465753] fclkcfg amba:fclk0: clock rate : 100000000 | |
shell# dtbocfg.rb --install --dts fclk1-zynq-zybo.dts fclk1 | |
[ 495.989728] fclkcfg amba:fclk1: driver installed. | |
[ 495.994373] fclkcfg amba:fclk1: device name : fclk1 | |
[ 496.000970] fclkcfg amba:fclk1: clock name : fclk1 | |
[ 496.005776] fclkcfg amba:fclk1: clock rate : 142857143 | |
shell# dtbocfg.rb --install --dts fclk2-zynq-zybo.dts fclk2 |
NewerOlder