Skip to content

Commit

Permalink
Fix CHISEL_CONFIG -> CONFIG in Makefrag
Browse files Browse the repository at this point in the history
  • Loading branch information
ccelio committed Oct 3, 2014
1 parent dce7ad3 commit d2eb1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/Makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif
verilog_srcs = \
src/verilog/clocking.vh \
src/verilog/rocketchip_wrapper.v \
src/verilog/Top.$(CHISEL_CONFIG).v \
src/verilog/Top.$(CONFIG).v \


default: project
Expand All @@ -26,7 +26,7 @@ src/verilog/rocketchip_wrapper.v: $(common)/rocketchip_wrapper.v
cp $(common)/rocketchip_wrapper.v src/verilog/

src/tcl/$(BOARD)_rocketchip.tcl: $(common)/zynq_rocketchip.tcl Makefile
sed 's/BOARD_NAME_HERE/$(BOARD)/g;s/PART_NUMBER_HERE/$(PART)/g;$(insert_board);s/CHISEL_CONFIG_HERE/$(CHISEL_CONFIG)/g' \
sed 's/BOARD_NAME_HERE/$(BOARD)/g;s/PART_NUMBER_HERE/$(PART)/g;$(insert_board);s/CHISEL_CONFIG_HERE/$(CONFIG)/g' \
$(common)/zynq_rocketchip.tcl > src/tcl/$(BOARD)_rocketchip.tcl

src/tcl/make_bitstream.tcl: $(common)/make_bitstream.tcl
Expand Down

0 comments on commit d2eb1e9

Please sign in to comment.