From 766d09eaab0d7616f47327844bb9cdd4afe6d5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 4 Dec 2014 11:03:54 +0100 Subject: Corrected names. --- src/rtl/coretest_trng.v | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/rtl/coretest_trng.v b/src/rtl/coretest_trng.v index 75d92f0..aadc051 100644 --- a/src/rtl/coretest_trng.v +++ b/src/rtl/coretest_trng.v @@ -1,6 +1,6 @@ //====================================================================== // -// coretest_entropy.v +// coretest_trng.v // ----------------- // Top level wrapper that creates the Cryptech coretest system. // The wrapper contains instances of external interface, coretest @@ -39,7 +39,7 @@ // //====================================================================== -module coretest_entropy( +module coretest_trng( input wire clk, input wire reset_n, @@ -244,8 +244,8 @@ module trng( endcase // case (coretest_address[15 : 8]) end // address_mux -endmodule // coretest_entropy +endmodule // coretest_trng //====================================================================== -// EOF coretest_entropy.v +// EOF coretest_trng.v //====================================================================== -- cgit v1.2.3