Skip to content

Commit

Permalink
fix emulator makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Feb 12, 2020
1 parent 6e5fd0b commit d29bbcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boom/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FIR_PATH = $(pwd)/boom.system.TestHarness.BoomConfig.fir
FIR_PATH = $(shell pwd)/boom.system.TestHarness.BoomConfig.fir

include ../emulator.mk
2 changes: 1 addition & 1 deletion rocket16/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FIR_PATH = $(pwd)/TestHarness.DefaultConfig.1609.fir
FIR_PATH = $(shell pwd)/TestHarness.DefaultConfig.1609.fir

include ../emulator.mk
2 changes: 1 addition & 1 deletion rocket18/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FIR_PATH = $(pwd)/freechips.rocketchip.system.DefaultConfig.fir
FIR_PATH = $(shell pwd)/freechips.rocketchip.system.DefaultConfig.fir

include ../emulator.mk

0 comments on commit d29bbcc

Please sign in to comment.