-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cider 2] Multi-comp bug and more tests (#2148)
* enable the invoke comp test suite * ensure done ports are being set low appropriately * add in the ref cells and fully structural * add TCAM and reconfigure MRXL stuff * add the "complex" tests
- Loading branch information
1 parent
5250bf9
commit 885b3e4
Showing
4 changed files
with
174 additions
and
77 deletions.
There are no files selected for viewing
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,8 @@ | ||
{ | ||
"reg_q": [ | ||
11 | ||
], | ||
"reg_r": [ | ||
1 | ||
] | ||
} |
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,63 @@ | ||
{ | ||
"counter": [ | ||
4 | ||
], | ||
"mem0": [ | ||
[ | ||
12, | ||
0, | ||
0, | ||
0 | ||
], | ||
[ | ||
10, | ||
0, | ||
0, | ||
0 | ||
], | ||
[ | ||
20, | ||
0, | ||
0, | ||
0 | ||
], | ||
[ | ||
34, | ||
0, | ||
0, | ||
0 | ||
] | ||
], | ||
"mem1": [ | ||
[ | ||
16, | ||
0, | ||
0, | ||
0 | ||
], | ||
[ | ||
32, | ||
0, | ||
0, | ||
0 | ||
], | ||
[ | ||
8, | ||
0, | ||
0, | ||
0 | ||
], | ||
[ | ||
24, | ||
0, | ||
0, | ||
0 | ||
] | ||
], | ||
"r_2": [ | ||
1376 | ||
], | ||
"t": [ | ||
1488 | ||
] | ||
} |
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
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