From 90a3fc9ba7793a971698e6bb5c12ae360dad8d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 2 Jun 2015 13:24:12 +0200 Subject: Refactored into core and top. --- toolruns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolruns/Makefile') diff --git a/toolruns/Makefile b/toolruns/Makefile index f855f71..268af7f 100755 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -54,7 +54,7 @@ RESIDUE_SRC = ../src/rtl/residue.v MONTPROD_TB = ../src/tb/tb_montprod.v MONTPROD_SRC = ../src/rtl/montprod.v -MODEXP_SRC=../src/rtl/modexp.v $(MONTPROD_SRC) $(RESIDUE_SRC) $(COMMON_SRC) +MODEXP_SRC=../src/rtl/modexp.v ../src/rtl/modexp_core.v $(MONTPROD_SRC) $(RESIDUE_SRC) $(COMMON_SRC) MODEXP_TB=../src/tb/tb_modexp.v MODEXP_AUTOGENERATED_TB = ../src/tb/tb_modexp_autogenerated.v -- cgit v1.2.3