fix opae build

This commit is contained in:
Blaise Tine
2020-04-20 12:51:42 -07:00
parent 3cbecfcef0
commit d79e36912f
76 changed files with 84 additions and 84 deletions

View File

@@ -25,7 +25,7 @@ THREADS ?= $(shell python3 -c 'import multiprocessing as mp; print(max(1, mp.cpu
.PHONY: build_config
build_config:
./scripts/gen_config.py --outv ./rtl/VX_user_config.v --outc ./simulate/VX_config.h
./scripts/gen_config.py --outv ./rtl/VX_user_config.vh --outc ./simulate/VX_config.h
gen-singlecore: build_config
verilator $(VF) -DNDEBUG -cc $(SINGLE_CORE) -CFLAGS '$(CF) -DNDEBUG'