aboutsummaryrefslogtreecommitdiff
path: root/src/rtl/coretest_trng.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl/coretest_trng.v')
-rw-r--r--src/rtl/coretest_trng.v8
1 files changed, 4 insertions, 4 deletions
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
//======================================================================