diff options
| author | Mahmoud <[email protected]> | 2017-07-19 12:04:54 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-07-19 12:04:54 -0400 |
| commit | 48ee58907ca5f7195baa8ef7f82e3ff41440cb15 (patch) | |
| tree | bb19794db7a67d2d730b7ad7d5d1d3b4ee1ef79d /src/intersim2/Makefile | |
| parent | b664037b0b06ee30a5070d1a440c3d48420f0c4d (diff) | |
Adding some interconnection traces
Diffstat (limited to 'src/intersim2/Makefile')
| -rw-r--r-- | src/intersim2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intersim2/Makefile b/src/intersim2/Makefile index ef948d6..4c7d8cc 100644 --- a/src/intersim2/Makefile +++ b/src/intersim2/Makefile @@ -36,7 +36,7 @@ DEBUG ?= 0 LEX = flex YACC = bison -y DEFINE = #-DTRACK_STALLS -DTRACK_BUFFERS -DTRACK_FLOWS -DTRACK_CREDITS -INCPATH = -I. -Iarbiters -Iallocators -Irouters -Inetworks -Ipower +INCPATH = -I. -Iarbiters -Iallocators -Irouters -Inetworks -Ipower -I$(GPGPUSIM_ROOT)/src ifeq ($(CREATE_LIBRARY),1) INCPATH += -I$(GPGPUSIM_ROOT)/src/gpgpu-sim/ |
