aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2014-12-04 11:03:54 +0100
committerJoachim StroĢˆmbergson <joachim@secworks.se>2014-12-04 11:03:54 +0100
commit766d09eaab0d7616f47327844bb9cdd4afe6d5f6 (patch)
treeb0e43317ce4c95af4c9f60a70160231ef661a580 /src
parentb06091d788d17a2743a51ccfa3e21c222dd75ead (diff)
Corrected names.
Diffstat (limited to 'src')
-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
//======================================================================