diff options
author | Paul Selkirk <paul@psgd.org> | 2015-03-31 16:34:54 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-03-31 16:34:54 -0400 |
commit | c61362a96ef83600d2711f794549ab30540615fc (patch) | |
tree | 03ad60d0cb7de476b93392af7e0adb78d8f63375 /i2c | |
parent | fb3537929116535169c77fd3c7ccf7fdc8a4c2f7 (diff) |
Build i2c with rng cores.
Diffstat (limited to 'i2c')
-rw-r--r-- | i2c/rtl/novena_i2c.v | 2 |
1 files changed, 2 insertions, 0 deletions
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), |