From 9a9afbbb6b9f4f1b136bddf077b21d6376f53ad5 Mon Sep 17 00:00:00 2001 From: felsabbagh3 Date: Wed, 16 Oct 2019 19:56:11 -0400 Subject: [PATCH] Updated makefile --- models/memory/cln28hpc/rf2_32x128_wm1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/memory/cln28hpc/rf2_32x128_wm1/Makefile b/models/memory/cln28hpc/rf2_32x128_wm1/Makefile index 6eebe0a6..6b4e0069 100644 --- a/models/memory/cln28hpc/rf2_32x128_wm1/Makefile +++ b/models/memory/cln28hpc/rf2_32x128_wm1/Makefile @@ -2,7 +2,7 @@ all: RUNFILE # -LDFLAGS '-lsystemc' VERILATOR: - verilator rf2_32x128_wm1_rtl.v -cc --exe testbench.cpp --Wno-UNOPTFLAT --Wno-WIDTH --Wno-STMTDLY --Wno-UNSIGNED + verilator rf2_32x128_wm1_rtl.v -cc --exe testbench.cpp --Wno-UNOPTFLAT --Wno-WIDTH --Wno-STMTDLY --Wno-UNSIGNED -LDFLAGS '-lsystemc' RUNFILE: VERILATOR