mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-30 21:59:09 +00:00
committed by
Anton Blanchard
parent
1e3e16e500
commit
1b6eef2a5d
5
Makefile
5
Makefile
@@ -2,7 +2,7 @@ GHDL=ghdl
|
||||
GHDLFLAGS=--std=08
|
||||
CFLAGS=-O2 -Wall
|
||||
|
||||
all = core_tb simple_ram_behavioural_tb soc_reset_tb icache_tb
|
||||
all = core_tb simple_ram_behavioural_tb soc_reset_tb icache_tb multiply_tb
|
||||
# XXX
|
||||
# loadstore_tb fetch_tb
|
||||
|
||||
@@ -61,6 +61,9 @@ icache_tb: icache_tb.o
|
||||
loadstore_tb: loadstore_tb.o
|
||||
$(GHDL) -e $(GHDLFLAGS) $@
|
||||
|
||||
multiply_tb: multiply_tb.o
|
||||
$(GHDL) -e $(GHDLFLAGS) $@
|
||||
|
||||
simple_ram_tb: simple_ram_tb.o
|
||||
$(GHDL) -e $(GHDLFLAGS) $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user