Fixed test_top inside cargo/Makefile
diff --git a/cargo/Makefile b/cargo/Makefile
index 8b4e981..f24a9af 100644
--- a/cargo/Makefile
+++ b/cargo/Makefile
@@ -19,8 +19,6 @@
 .PHONY: test_top
 test_top:
 	make move_user_proj_example
-	make verilog_lis
-	make test_lis
 	cd $(TOP_TEST_PATH); make all; cd -;
 	make move_back_user_proj_example