blob: 1d997bb7e5299608b86b7dd83aebb35aad8290be (
plain)
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
|
{
"options": {
"ghdl_analysis": [
"-fsynopsys",
"--workdir=build"
]
},
"files": [
{
"file": "counter_4.vhdl",
"language": "vhdl"
},
{
"file": "full_adder_1.vhdl",
"language": "vhdl"
},
{
"file": "test_bench.vhdl",
"language": "vhdl"
},
{
"file": "multiplexer_1_2.vhdl",
"language": "vhdl"
},
{
"file": "multiplexer_8_2.vhdl",
"language": "vhdl"
},
{
"file": "multiplexer_32_2.vhdl",
"language": "vhdl"
}
]
}
|