mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 21:08:08 -04:00
Fixed fma files to stop breaking synthesis. Changed Makefiles to skip Imperas
This commit is contained in:
parent
f76e396255
commit
6431ad4a8b
4 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@ make allclean:
|
|||
make clean:
|
||||
make clean -C ../../addins/riscv-arch-test
|
||||
make clean -C ../../tests/wally-riscv-arch-test
|
||||
make allclean -C ../../tests/imperas-riscv-tests
|
||||
# make allclean -C ../../tests/imperas-riscv-tests
|
||||
|
||||
make all:
|
||||
# *** Build old tests/imperas-riscv-tests for now;
|
||||
|
|
|
@ -2,8 +2,10 @@ ROOT := ../..
|
|||
SUFFIX := work
|
||||
ARCHDIR := $(ROOT)/addins/riscv-arch-test
|
||||
WALLYDIR:= $(ROOT)/tests/wally-riscv-arch-test
|
||||
# IMPERASDIR := $(ROOT)/tests/imperas-riscv-tests
|
||||
# ALLDIRS := $(ARCHDIR)/$(SUFFIX) $(WALLYDIR)/$(SUFFIX) $(IMPERASDIR)/$(SUFFIX)
|
||||
IMPERASDIR := $(ROOT)/tests/imperas-riscv-tests
|
||||
ALLDIRS := $(ARCHDIR)/$(SUFFIX) $(WALLYDIR)/$(SUFFIX) $(IMPERASDIR)/$(SUFFIX)
|
||||
ALLDIRS := $(ARCHDIR)/$(SUFFIX) $(WALLYDIR)/$(SUFFIX)
|
||||
|
||||
ELFFILES ?= $(shell find $(ALLDIRS) -type f -regex ".*\.elf")
|
||||
MEMFILES ?= $(ELFFILES:.elf=.elf.memfile)
|
||||
|
|
|
@ -8,7 +8,7 @@ onbreak {resume}
|
|||
# create library
|
||||
vlib worklib
|
||||
|
||||
vlog -lint -work worklib fma16.sv testbench.sv
|
||||
vlog -lint -work worklib fma16.sv testbench.v
|
||||
vopt +acc worklib.testbench_fma16 -work worklib -o testbenchopt
|
||||
vsim -lib worklib testbenchopt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue