Revision 8b3afe43
Added by Xavier Thirioux almost 9 years ago
test/src/arrays_arnaud/MatrixAddition.lus | ||
---|---|---|
1 |
#open "dummy_lib" |
|
2 |
|
|
1 | 3 |
const MatrixAddition_Constant_Value = [ [ 2, 3, 4 ], [ 5, 6, 7 ] ] ; |
2 | 4 |
const MatrixAddition_Constant1_Value = [ [ 8, 9, 10 ], [ 11, 12, 13 ] ] ; |
3 | 5 |
const MatrixAddition_Constant2_Value = [ [ 2, 3, 4 ] ] ; |
Also available in: Unified diff
- merged test script
- added -d support
- corrected #open parser problem
- corrected interface/implementation (.lusi/.lus) checking
for types (not yet for clocks)