From edd192a721f3a5e00fd264c12546301ec1f25571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 19 May 2015 13:56:11 +0200 Subject: Updated TB to use access ports. Added missing invalidate of residue when modulus is updated. Minor cleanup. --- toolruns/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolruns/Makefile') diff --git a/toolruns/Makefile b/toolruns/Makefile index 1f7c155..f855f71 100755 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -45,7 +45,8 @@ LINTFLAGS = --lint-only -Wall # Sources. COMMON_SRC = ../src/rtl/adder32.v ../src/rtl/shl32.v ../src/rtl/shr32.v \ - ../src/rtl/blockmem1r1w.v ../src/rtl/blockmem2r1w.v + ../src/rtl/blockmem1r1w.v ../src/rtl/blockmem2r1w.v \ + ../src/rtl/blockmem2r1wptr.v ../src/rtl/blockmem2rptr1w.v RESIDUE_TB = ../src/tb/tb_residue.v RESIDUE_SRC = ../src/rtl/residue.v -- cgit v1.2.3