-
Notifications
You must be signed in to change notification settings - Fork 1
/
Bender.yml
64 lines (53 loc) · 1.79 KB
/
Bender.yml
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
package:
name: mc2101
authors:
- "Juan Jose Restrepo : Cybersecurity National Lab"
dependencies:
AFTAB: { git: "https://github.com/RHESGroup/aftab.git", rev: 8c5d75a582451c7d2022248586bff2b8b270998e }
export_include_dirs:
- hw/include
#Specify all the general sources used in the project
sources:
- hw/gpio/gpio_bus_wrap.vhd
- hw/gpio/gpio_controller.vhd
- hw/uart/fifo.vhd
- hw/uart/uart_bus_wrap.vhd
- hw/uart/uart_controller.vhd
- hw/uart/uart_interrupt.vhd
- hw/uart/uart_rx_core.vhd
- hw/uart/uart_tx_core.vhd
- hw/uart/uart.vhd
- hw/ssram/ssram_controller.vhd
- hw/ssram/ssram_bus_wrap.vhd
- hw/core_bus_wrap.vhd
- hw/mc2101.vhd
- hw/include/Constants.vhd
- target: any(simulation,test)
files:
- target/sim/src/tb_mc2101.vhd
- target/sim/src/tb_uart_fifo.vhd
- target/sim/src/tb_uart_interrupt.vhd
- target/sim/src/tb_uart_tx_core.vhd
- target/sim/src/tb_uart_rx_core.vhd
- target/sim/src/tb_uart_periph.vhd
- target/sim/src/tb_gpio_pad.vhd
- target/sim/src/tb_gpios_pads.vhd
- target/sim/src/mc2101_wrapper.vhd
- target/sim/src/gpio_pad.vhd
- target/sim/src/gpio_pads_if.vhd
- target/sim/src/gpio_core.vhd
- target/sim/src/gpio.vhd
- target/sim/src/blk_mem_gen_0.vhd
- target: any(fpga,xilinx)
files:
- target/xilinx/src/mc2101_wrapper.vhd
- target/xilinx/src/tb_mc2101.vhd
- target/xilinx/src/gpio_pad.vhd
- target/xilinx/src/gpio_pads_if.vhd
- target/xilinx/src/gpio_core.vhd
- target/xilinx/src/gpio.vhd
- target: intel
files:
- target/intel/src/altera_mem_16384x8_dp.vhd
- target/intel/src/altera_mem_mc2101_bus_wrap.vhd
- target/intel/src/altera_mem_mc2101_controller.vhd