Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Aba committed Jul 20, 2024
2 parents 3b38615 + 63afb1c commit aa505e6
Show file tree
Hide file tree
Showing 14 changed files with 709 additions and 289 deletions.
5 changes: 0 additions & 5 deletions deepsocflow/c/example.c

This file was deleted.

1 change: 1 addition & 0 deletions deepsocflow/c/runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ extern EXT_C void fill_memory (){

sprintf(f_path, "%s/wbx.bin", DATA_DIR);
fp = fopen(f_path, "rb");
debug_printf("DEBUG: Reading from file %s \n", f_path);
if(!fp)
debug_printf("ERROR! File not found: %s \n", f_path);
int bytes = fread(mem.w, 1, WB_BYTES+X_BYTES, fp);
Expand Down
1 change: 1 addition & 0 deletions deepsocflow/py/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def verify_inference(self, SIM, SIM_PATH):
'''
hw.simulate(SIM=SIM, SIM_PATH=SIM_PATH)


'''
CHECK ERROR
'''
Expand Down
Loading

0 comments on commit aa505e6

Please sign in to comment.