Skip to content

Commit

Permalink
sim: remove addrmap due to build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Nov 10, 2023
1 parent 4287832 commit ff29be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CFG_OVERRIDE ?= # Override default config file

.DEFAULT_GOAL := help
.PHONY: all clean
all: rtl sw addrmap
all: rtl sw #addrmap
clean: clean-bender clean-rtl clean-sw clean-addrmap clean-vlt clean-vsim clean-vcs clean-logs

############
Expand Down

0 comments on commit ff29be6

Please sign in to comment.