diff options
| author | Timothy G Rogers <[email protected]> | 2017-07-19 15:06:11 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2017-07-19 15:06:11 -0400 |
| commit | 8b720063ff18ae8450517c89e536a46986bb8d43 (patch) | |
| tree | f729724b0da6e8dc11a8c199625f57d2430004b4 /src/intersim2/Makefile | |
| parent | 4caffa019eb99713ad580259f944952056b65223 (diff) | |
| parent | 48ee58907ca5f7195baa8ef7f82e3ff41440cb15 (diff) | |
Merge pull request #4 from abdallm/dev-purdue-integration
Interconnection assertion failing demystifying
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 bd42000..7d10b3f 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/ |
