diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2014-12-04 11:03:54 +0100 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2014-12-04 11:03:54 +0100 |
commit | 766d09eaab0d7616f47327844bb9cdd4afe6d5f6 (patch) | |
tree | b0e43317ce4c95af4c9f60a70160231ef661a580 /src | |
parent | b06091d788d17a2743a51ccfa3e21c222dd75ead (diff) |
Corrected names.
Diffstat (limited to 'src')
-rw-r--r-- | src/rtl/coretest_trng.v | 8 |
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 //====================================================================== |