Skip to content

Commit 9240ab6

Browse files
Add files via upload
1 parent 481efce commit 9240ab6

23 files changed

+247749
-0
lines changed

vtr_flow/benchmarks/VIB/VIB_test_benchmarks/Divide.blif

Lines changed: 2290 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Generated by Yosys 0.38+46 (git sha1 UNKNOWN, gcc 11.4.0-1ubuntu1~22.04 -fPIC -Os)
2+
3+
.model GrayCounter
4+
.inputs clk
5+
.outputs cnt_gray[0] cnt_gray[1] cnt_gray[2] cnt_gray[3]
6+
.names $false
7+
.names $true
8+
1
9+
.names $undef
10+
.names cnt[2] cnt[1] cnt_gray[1]
11+
01 1
12+
10 1
13+
.names cnt_gray[3] cnt[2] cnt_gray[2]
14+
01 1
15+
10 1
16+
.names cnt[1] cnt[0] cnt_gray[0]
17+
01 1
18+
10 1
19+
.names cnt[2] cnt[1] cnt[0] $auto$alumacc.cc:485:replace_alu$401.Y[2]
20+
011 1
21+
100 1
22+
101 1
23+
110 1
24+
.names cnt_gray[3] cnt[2] cnt[1] cnt[0] $auto$alumacc.cc:485:replace_alu$401.Y[3]
25+
0111 1
26+
1000 1
27+
1001 1
28+
1010 1
29+
1011 1
30+
1100 1
31+
1101 1
32+
1110 1
33+
.names cnt[0] $auto$alumacc.cc:485:replace_alu$401.X[0]
34+
0 1
35+
.subckt dff C=clk D=$auto$alumacc.cc:485:replace_alu$401.X[0] Q=cnt[0]
36+
.subckt dff C=clk D=cnt_gray[0] Q=cnt[1]
37+
.subckt dff C=clk D=$auto$alumacc.cc:485:replace_alu$401.Y[2] Q=cnt[2]
38+
.subckt dff C=clk D=$auto$alumacc.cc:485:replace_alu$401.Y[3] Q=cnt_gray[3]
39+
.names cnt[1] $auto$alumacc.cc:485:replace_alu$401.X[1]
40+
1 1
41+
.names cnt[2] $auto$alumacc.cc:485:replace_alu$401.X[2]
42+
1 1
43+
.names cnt_gray[3] $auto$alumacc.cc:485:replace_alu$401.X[3]
44+
1 1
45+
.names $auto$alumacc.cc:485:replace_alu$401.X[0] $auto$alumacc.cc:485:replace_alu$401.Y[0]
46+
1 1
47+
.names cnt_gray[0] $auto$alumacc.cc:485:replace_alu$401.Y[1]
48+
1 1
49+
.names cnt_gray[3] cnt[3]
50+
1 1
51+
.end

0 commit comments

Comments
 (0)