[Cryptech-Commits] [core/platform/novena] 03/05: Build i2c with rng cores.

git at cryptech.is git at cryptech.is
Tue Mar 31 20:38:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository core/platform/novena.

commit c61362a96ef83600d2711f794549ab30540615fc
Author: Paul Selkirk <paul at psgd.org>
Date:   Tue Mar 31 16:34:54 2015 -0400

    Build i2c with rng cores.
---
 i2c/rtl/novena_i2c.v | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/i2c/rtl/novena_i2c.v b/i2c/rtl/novena_i2c.v
index 1cb47a0..ade0bc2 100644
--- a/i2c/rtl/novena_i2c.v
+++ b/i2c/rtl/novena_i2c.v
@@ -184,6 +184,8 @@ module novena_top
       .sys_clk(clk),
       .sys_rst(sys_rst),
 
+      .noise(ct_noise),
+
       .sys_eim_addr(sys_eim_addr),
       .sys_eim_wr(sys_eim_wr),
       .sys_eim_rd(sys_eim_rd),



More information about the Commits mailing list