Fixed emulator

This commit is contained in:
felsabbagh3
2019-11-06 23:30:07 -05:00
parent 60e6ff0b42
commit 87ae5c8cdf
23 changed files with 947 additions and 793 deletions

View File

@@ -69,7 +69,7 @@ int main()
// unsigned scal = 3;
// // matrix element add
// vx_e_mat_add(z, &scal, z, NUM_ROWS, NUM_COLS);
vx_e_mat_add(z, &scal, z, NUM_ROWS, NUM_COLS);
// vx_print_str("\n\nMatrix Element Addition\n");
// print_matrix(z);