From feeb054a16bbb3ed6111ac2a165c6266b20750cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 23 Jun 2015 16:58:45 +0200 Subject: Changed name of files to reflect that the adder and the shifters are now not specifically working on 32-bit operands. HEADSUP: This breaks builds that use the old file names. --- toolruns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolruns') diff --git a/toolruns/Makefile b/toolruns/Makefile index 268af7f..3512a3c 100755 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -44,7 +44,7 @@ LINT = verilator LINTFLAGS = --lint-only -Wall # Sources. -COMMON_SRC = ../src/rtl/adder32.v ../src/rtl/shl32.v ../src/rtl/shr32.v \ +COMMON_SRC = ../src/rtl/adder.v ../src/rtl/shl.v ../src/rtl/shr.v \ ../src/rtl/blockmem1r1w.v ../src/rtl/blockmem2r1w.v \ ../src/rtl/blockmem2r1wptr.v ../src/rtl/blockmem2rptr1w.v -- cgit v1.2.3