-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathiobundle_py2hwsw_iob_uart16550_0.1.5.core
More file actions
182 lines (173 loc) · 7.99 KB
/
iobundle_py2hwsw_iob_uart16550_0.1.5.core
File metadata and controls
182 lines (173 loc) · 7.99 KB
1
2
3
4
5
6
7
8
9
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
CAPI=2:
name: iobundle:py2hwsw:iob_uart16550:0.1.5
license: MIT
description: "IObundle's adaptation of the UART16550 from: https://opencores.org/projects/uart16550. The original sources for this core and public key signature are available at: https://github.com/IObundle/iob-uart16550."
filesets:
rtl:
files:
- iob_uart16550/hardware/src/iob_reg_care_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_reg_care.v
- iob_uart16550/hardware/src/iob_reg_cae_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_reg_cae.v
- iob_uart16550/hardware/src/iob_iob2wishbone_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_iob2wishbone.v
- iob_uart16550/hardware/src/iob_universal_converter_iob_wb_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_universal_converter_iob_wb.v
- iob_uart16550/hardware/src/iob_prio_enc_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_prio_enc.v
- iob_uart16550/hardware/src/iob_uart16550_st.v
- iob_uart16550/hardware/src/uart_debug_if.v
- iob_uart16550/hardware/src/uart_defines.vh: {is_include_file : true}
- iob_uart16550/hardware/src/uart_receiver.v
- iob_uart16550/hardware/src/uart_regs.v
- iob_uart16550/hardware/src/uart_rfifo.v
- iob_uart16550/hardware/src/uart_sync_flops.v
- iob_uart16550/hardware/src/uart_tfifo.v
- iob_uart16550/hardware/src/uart_transmitter.v
- iob_uart16550/hardware/src/uart_wb.v
- iob_uart16550/hardware/src/iob_uart16550_st_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_reg_ca_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_reg_ca.v
- iob_uart16550/hardware/src/iob_reverse_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_reverse.v
- iob_uart16550/hardware/src/iob_ctls_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_ctls.v
- iob_uart16550/hardware/src/iob_universal_converter_iob_iob_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_universal_converter_iob_iob.v
- iob_uart16550/hardware/src/iob_uart16550_csrs_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_uart16550_csrs.v
- iob_uart16550/hardware/src/iob_coverage_analyze_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_linux_device_drivers_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/raminfr.v
- iob_uart16550/hardware/src/iob_uart16550_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/src/iob_uart16550.v
file_type : verilogSource
sim:
files:
- iob_uart16550/hardware/simulation/src/iob_reg_car_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/simulation/src/iob_reg_car.v
- iob_uart16550/hardware/simulation/src/iob_demux_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/simulation/src/iob_demux.v
- iob_uart16550/hardware/simulation/src/iob_mux_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/simulation/src/iob_mux.v
- iob_uart16550/hardware/simulation/src/tb_pbus_split_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/simulation/src/tb_pbus_split.v
- iob_uart16550/hardware/simulation/src/iob_uut_conf.vh: {is_include_file : true}
- iob_uart16550/hardware/simulation/src/iob_uut.v
- iob_uart16550/hardware/simulation/src/iob_v_tb.v
- iob_uart16550/hardware/simulation/src/iob_v_tb.vh: {is_include_file : true}
file_type : verilogSource
scripts:
files:
- iob_uart16550/scripts/iob_cov_analyze.py
- iob_uart16550/scripts/iob_colors.py
- iob_uart16550/scripts/board_client.py
- iob_uart16550/scripts/console.py
- iob_uart16550/scripts/console_ethernet.py
- iob_uart16550/scripts/makehex.py
- iob_uart16550/scripts/hex_join.py
- iob_uart16550/scripts/fix_doxygen_subsections.py
sw:
files:
- iob_uart16550/config_build.mk
- iob_uart16550/software/Makefile
- iob_uart16550/software/sw_build.mk
- iob_uart16550/software/example_firmware.c
- iob_uart16550/software/src/iob_uart16550_csrs.h
- iob_uart16550/software/src/iob_uart16550_csrs.c
- iob_uart16550/software/src/iob_iob2wishbone_conf.h
- iob_uart16550/software/src/iob_universal_converter_iob_wb_conf.h
- iob_uart16550/software/src/iob_prio_enc_conf.h
- iob_uart16550/software/src/iob_uart16550_st_conf.h
- iob_uart16550/software/src/iob_reverse_conf.h
- iob_uart16550/software/src/iob_ctls_conf.h
- iob_uart16550/software/src/iob_universal_converter_iob_iob_conf.h
- iob_uart16550/software/src/iob_uart16550_csrs_conf.h
- iob_uart16550/software/src/iob_coverage_analyze_conf.h
- iob_uart16550/software/src/iob_linux_device_drivers_conf.h
- iob_uart16550/software/src/iob_c_tb.c
- iob_uart16550/software/src/iob_vlt_tb.cpp
- iob_uart16550/software/src/iob_core_tb.c
- iob_uart16550/software/src/iob_uart16550.c
- iob_uart16550/software/src/iob_uart16550.h
- iob_uart16550/software/src/iob_uart16550_conf.h
- iob_uart16550/software/src/iob_reg_care_conf.h
- iob_uart16550/software/src/iob_reg_cae_conf.h
- iob_uart16550/software/src/iob_reg_ca_conf.h
- iob_uart16550/software/src/hw_driver.c
- iob_uart16550/software/linux/README.md
- iob_uart16550/software/linux/iob_uart16550_soc.dts
- iob_uart16550/software/linux/iob_uart16550.dtsi
- iob_uart16550/software/linux/drivers/driver.mk
- iob_uart16550/software/linux/drivers/iob_uart16550_driver_files.h
- iob_uart16550/software/linux/drivers/iob_uart16550_sysfs.h
- iob_uart16550/software/linux/drivers/iob_uart16550_main.c
- iob_uart16550/software/linux/user/Makefile
- iob_uart16550/software/linux/user/iob_uart16550_sysfs_csrs.c
- iob_uart16550/software/linux/user/iob_uart16550_dev_csrs.c
- iob_uart16550/software/linux/user/iob_uart16550_ioctl_csrs.c
- iob_uart16550/software/linux/user/iob_uart16550_tests.c
- iob_uart16550/software/simulation/src/iob_universal_converter_iob_iob_conf.h
- iob_uart16550/software/simulation/src/iob_demux_conf.h
- iob_uart16550/software/simulation/src/iob_mux_conf.h
- iob_uart16550/software/simulation/src/tb_pbus_split_conf.h
- iob_uart16550/software/simulation/src/iob_uut_conf.h
- iob_uart16550/software/simulation/src/iob_reg_car_conf.h
- iob_uart16550/software/simulation/src/iob_reg_ca_conf.h
- iob_uart16550/software/zynq_ps/Makefile
- iob_uart16550/software/zynq_ps/lscript.ld
- iob_uart16550/software/zynq_ps/prog.tcl
- iob_uart16550/software/zynq_ps/sw_build.tcl
- iob_uart16550/software/zynq_ps/src/main.c
- iob_uart16550/software/test/iob-uart-test.c
targets:
default:
toplevel: iob_v_tb
description: Simulate the design.
# Generic flow only runs the build step by default.
flow: generic
flow_options:
tool: icarus
iverilog_options:
- -W
- all
- -g2005-sv
filesets:
- rtl
- sim
hooks:
post_build:
- sw_build
- clean
- board_client
scripts:
clean:
cmd:
- rm
- -f
- c2v.txt
- v2c.txt
sw_build:
cmd:
- make
- -C
- src/iobundle_py2hwsw_iob_uart16550_0.1.5/iob_uart16550/software
- build
#- USE_FPGA=$(USE_FPGA)
filesets:
- sw
board_client:
cmd:
- src/iobundle_py2hwsw_iob_uart16550_0.1.5/iob_uart16550/scripts/board_client.py
- grab
- "300"
- -s
#run the C testbench in background and kill it when simulator exits
- "'./src/iobundle_py2hwsw_iob_uart16550_0.1.5/iob_uart16550/software/tb & make run && (kill $$! >/dev/null 2>&1; true) || (kill $$! >/dev/null 2>&1; false)'"
filesets:
- scripts
provider:
name: github
user: IObundle
repo: iob-uart16550-fs
version: 1451969d2ea37036653eb8da7b4b83e6a14cc8dd