Skip to content

Commit

Permalink
II Modifications for IC
Browse files Browse the repository at this point in the history
  • Loading branch information
TommiTerza committed Apr 18, 2024
1 parent c5f3b4b commit 4270fa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sw/applications/example_im2col/im2col_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
// Format is defined in im2colGolden.h

#if TARGET_SIM && PRINTF_IN_SIM
#define PRINTF(fmt, ...) printf(fmt, ## __VA_ARGS__)
#define PRINTF_DEB(...)
#define PRINTF(fmt, ...) printf(fmt, ## __VA_ARGS__)
#define PRINTF_DEB(...)
#define PRINTF_TIM(...)
#elif TARGET_PYNQ_Z2 && PRINTF_IN_FPGA
#define PRINTF(fmt, ...) printf(fmt, ## __VA_ARGS__)
#if DEBUG
Expand Down

0 comments on commit 4270fa1

Please sign in to comment.