diff options
Diffstat (limited to 'toolruns')
-rwxr-xr-x | toolruns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |