File tree Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Expand file tree Collapse file tree 2 files changed +0
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,10 +72,6 @@ $(objdir)/test-solutions.xml: $(tut_outs)
72
72
# code will be the exit code of the last element of the pipeline - the tee.
73
73
# We should be able to do this with .POSIX: or .SHELLFLAGS but they don't
74
74
# appear to be supported by Make 3.81
75
- ifeq (3.0,$(chiselVersion ) )
76
- # Chisel3 directory
77
- include $(top_srcdir ) /chisel3/rules.mk
78
- else
79
75
$(objdir ) /% .dot : % .scala
80
76
set -e -o pipefail; " $( SBT) " $(SBT_FLAGS ) " run $( notdir $( basename $< ) ) --backend dot --targetDir $( objdir) $( CHISEL_FLAGS) "
81
77
@@ -87,7 +83,6 @@ $(objdir)/%.hex: %.scala
87
83
88
84
$(objdir ) /% .v : % .scala
89
85
" $( SBT) " $(SBT_FLAGS ) " run $( notdir $( basename $< ) ) --genHarness --backend v --targetDir $( objdir) $( CHISEL_FLAGS) "
90
- endif
91
86
92
87
compile smoke :
93
88
" $( SBT) " $(SBT_FLAGS ) compile
You can’t perform that action at this time.
0 commit comments