-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
481efce
commit 9240ab6
Showing
23 changed files
with
247,749 additions
and
0 deletions.
There are no files selected for viewing
2,290 changes: 2,290 additions & 0 deletions
2,290
vtr_flow/benchmarks/VIB/VIB_test_benchmarks/Divide.blif
Large diffs are not rendered by default.
Oops, something went wrong.
51 changes: 51 additions & 0 deletions
51
vtr_flow/benchmarks/VIB/VIB_test_benchmarks/GrayCounter.blif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Generated by Yosys 0.38+46 (git sha1 UNKNOWN, gcc 11.4.0-1ubuntu1~22.04 -fPIC -Os) | ||
|
||
.model GrayCounter | ||
.inputs clk | ||
.outputs cnt_gray[0] cnt_gray[1] cnt_gray[2] cnt_gray[3] | ||
.names $false | ||
.names $true | ||
1 | ||
.names $undef | ||
.names cnt[2] cnt[1] cnt_gray[1] | ||
01 1 | ||
10 1 | ||
.names cnt_gray[3] cnt[2] cnt_gray[2] | ||
01 1 | ||
10 1 | ||
.names cnt[1] cnt[0] cnt_gray[0] | ||
01 1 | ||
10 1 | ||
.names cnt[2] cnt[1] cnt[0] $auto$alumacc.cc:485:replace_alu$401.Y[2] | ||
011 1 | ||
100 1 | ||
101 1 | ||
110 1 | ||
.names cnt_gray[3] cnt[2] cnt[1] cnt[0] $auto$alumacc.cc:485:replace_alu$401.Y[3] | ||
0111 1 | ||
1000 1 | ||
1001 1 | ||
1010 1 | ||
1011 1 | ||
1100 1 | ||
1101 1 | ||
1110 1 | ||
.names cnt[0] $auto$alumacc.cc:485:replace_alu$401.X[0] | ||
0 1 | ||
.subckt dff C=clk D=$auto$alumacc.cc:485:replace_alu$401.X[0] Q=cnt[0] | ||
.subckt dff C=clk D=cnt_gray[0] Q=cnt[1] | ||
.subckt dff C=clk D=$auto$alumacc.cc:485:replace_alu$401.Y[2] Q=cnt[2] | ||
.subckt dff C=clk D=$auto$alumacc.cc:485:replace_alu$401.Y[3] Q=cnt_gray[3] | ||
.names cnt[1] $auto$alumacc.cc:485:replace_alu$401.X[1] | ||
1 1 | ||
.names cnt[2] $auto$alumacc.cc:485:replace_alu$401.X[2] | ||
1 1 | ||
.names cnt_gray[3] $auto$alumacc.cc:485:replace_alu$401.X[3] | ||
1 1 | ||
.names $auto$alumacc.cc:485:replace_alu$401.X[0] $auto$alumacc.cc:485:replace_alu$401.Y[0] | ||
1 1 | ||
.names cnt_gray[0] $auto$alumacc.cc:485:replace_alu$401.Y[1] | ||
1 1 | ||
.names cnt_gray[3] cnt[3] | ||
1 1 | ||
.end |
Oops, something went wrong.