Skip to content

Commit

Permalink
fix file
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Nov 3, 2024
1 parent a753450 commit 67cb2d8
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions yxi/tests/axi/read-compute-write/seq-mem-vec-add-verilog.expect
Original file line number Diff line number Diff line change
@@ -1,2 +1,53 @@
---CODE---
1
{
"A0": {
"data": [
1,
3,
7,
15,
31,
63,
127,
255
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"B0": {
"data": [
1,
1,
1,
1,
1,
1,
1,
1
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
},
"Sum0": {
"data": [
2,
4,
8,
16,
32,
64,
128,
256
],
"format": {
"numeric_type": "bitnum",
"is_signed": false,
"width": 32
}
}
}

0 comments on commit 67cb2d8

Please sign in to comment.