From 7baed021cdf61891bc9454050edf7f2a0f75b45b Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 27 Oct 2023 05:55:35 -0600 Subject: rtl/gfx: implement fp16 on verilator --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c6fa11d..01e4c15 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,11 @@ CROSS_CFLAGS := -O3 -Wall -Wextra -Werror CROSS_LDFLAGS := ifeq ($(shell which $(VERILATOR)),) - $(error verilator not found) + $(error verilator not found) endif ifeq ($(shell which $(COCOTB_CONFIG)),) - $(error cocotb not found) + $(error cocotb not found) endif ifdef FASTER_IS_BETTER @@ -200,7 +200,7 @@ $(OBJ_DIR)/%.mk: \ mkdir -p $(dir $@) $(VERILATOR) $(VFLAGS) \ - --Mdir $(dir $@) --top $(word 1,$(subst /, ,$*)) \ + --Mdir $(dir $@) --top $(word 1,$(subst /, ,$*)) -FI $(ROOT)/$(TB_DIR)/verilator.hpp \ $(filter %.sv %.cpp,$(patsubst tb/%,../tb/%,$^)) \ $(if $(filter $(TOP),$(word 1,$(subst /, ,$*))),, \ --vpi --public-flat-rw -LDFLAGS "$(COCOTB_LDFLAGS) $(LIBPYTHON)" \ -- cgit v1.2.3