Skip to content

Commit

Permalink
Disabled off 5-stage and u-code.
Browse files Browse the repository at this point in the history
   * They are not yet updated to the Privileged Spec v1.7
  • Loading branch information
ccelio committed Jul 6, 2015
1 parent 7260907 commit 48f8725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# Many different processors are provided. To switch between which processor(s)
# you would like to build, simply set the $(targets) variable as appropriate.

all_targets := rv32_1stage rv32_2stage rv32_3stage rv32_5stage rv32_ucode
all_targets := rv32_1stage rv32_2stage rv32_3stage
#all_targets := rv32_1stage rv32_2stage rv32_3stage rv32_5stage rv32_ucode
targets := $(all_targets)

# To switch between which processor the Makefile would like to build, it will
Expand Down

0 comments on commit 48f8725

Please sign in to comment.