-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_ripplecarry.json
64 lines (64 loc) · 2.16 KB
/
config_ripplecarry.json
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
{
"vcdfile":"result.vcd",
"svgtemplate":"ripplecarry.svg",
"mapping":{
"test_ripplecarry.fa0.a":"a0",
"test_ripplecarry.fa0.b":"b0",
"test_ripplecarry.fa0.cin":"cin0",
"test_ripplecarry.fa0.r":"r0",
"test_ripplecarry.fa0.cout":"cout0",
"test_ripplecarry.fa0.axorb":"axorb0",
"test_ripplecarry.fa0.aandb":"aandb0",
"test_ripplecarry.fa0.candaxorb":"candaxorb0",
"test_ripplecarry.fa1.a":"a1",
"test_ripplecarry.fa1.b":"b1",
"test_ripplecarry.fa1.r":"r1",
"test_ripplecarry.fa1.cout":"cout1",
"test_ripplecarry.fa1.axorb":"axorb1",
"test_ripplecarry.fa1.aandb":"aandb1",
"test_ripplecarry.fa1.candaxorb":"candaxorb1",
"test_ripplecarry.fa2.a":"a2",
"test_ripplecarry.fa2.b":"b2",
"test_ripplecarry.fa2.r":"r2",
"test_ripplecarry.fa2.cout":"cout2",
"test_ripplecarry.fa2.axorb":"axorb2",
"test_ripplecarry.fa2.aandb":"aandb2",
"test_ripplecarry.fa2.candaxorb":"candaxorb2",
"test_ripplecarry.fa3.a":"a3",
"test_ripplecarry.fa3.b":"b3",
"test_ripplecarry.fa3.r":"r3",
"test_ripplecarry.fa3.cout":"cout3",
"test_ripplecarry.fa3.axorb":"axorb3",
"test_ripplecarry.fa3.aandb":"aandb3",
"test_ripplecarry.fa3.candaxorb":"candaxorb3",
"test_ripplecarry.fa4.a":"a4",
"test_ripplecarry.fa4.b":"b4",
"test_ripplecarry.fa4.r":"r4",
"test_ripplecarry.fa4.cout":"cout4",
"test_ripplecarry.fa4.axorb":"axorb4",
"test_ripplecarry.fa4.aandb":"aandb4",
"test_ripplecarry.fa4.candaxorb":"candaxorb4",
"test_ripplecarry.fa5.a":"a5",
"test_ripplecarry.fa5.b":"b5",
"test_ripplecarry.fa5.r":"r5",
"test_ripplecarry.fa5.cout":"cout5",
"test_ripplecarry.fa5.axorb":"axorb5",
"test_ripplecarry.fa5.aandb":"aandb5",
"test_ripplecarry.fa5.candaxorb":"candaxorb5",
"test_ripplecarry.fa6.a":"a6",
"test_ripplecarry.fa6.b":"b6",
"test_ripplecarry.fa6.r":"r6",
"test_ripplecarry.fa6.cout":"cout6",
"test_ripplecarry.fa6.axorb":"axorb6",
"test_ripplecarry.fa6.aandb":"aandb6",
"test_ripplecarry.fa6.candaxorb":"candaxorb6",
"test_ripplecarry.fa7.a":"a7",
"test_ripplecarry.fa7.b":"b7",
"test_ripplecarry.fa7.r":"r7",
"test_ripplecarry.fa7.cout":"cout7",
"test_ripplecarry.fa7.axorb":"axorb7",
"test_ripplecarry.fa7.aandb":"aandb7",
"test_ripplecarry.fa7.candaxorb":"candaxorb7"
},
"colors":{"0":"#2e5d01", "1":"#6dc01c", "u":"#b0a0a0"}
}