commit | e55485da828dd948de10c85445eaf202a9044fd5 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Tue Feb 02 13:05:11 2021 +0000 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Wed Feb 03 08:43:07 2021 +0000 |
tree | e840f1fb79d6d3e0af9da243107a7d416896f540 | |
parent | 9125ef0548c90476889c047e29d9e7ec079de697 [diff] |
[kmac] Fix typo in wiring between KMAC and main crossbar This was spotted as part of the effort to get a warning-free topgen run. A bug, at last! Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson b/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson index 2af6ed0..00ffb55 100644 --- a/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson +++ b/hw/top_earlgrey/data/autogen/top_earlgrey.gen.hjson
@@ -6736,7 +6736,7 @@ name: kmac type: device clock: clk_main_i - rset: rst_main_ni + reset: rst_main_ni pipeline_byp: "false" inst_type: kmac addr_range:
diff --git a/hw/top_earlgrey/data/xbar_main.hjson b/hw/top_earlgrey/data/xbar_main.hjson index 66b5ea2..38583c5 100644 --- a/hw/top_earlgrey/data/xbar_main.hjson +++ b/hw/top_earlgrey/data/xbar_main.hjson
@@ -75,7 +75,7 @@ { name: "kmac" type: "device" clock: "clk_main_i" - rset: "rst_main_ni" + reset: "rst_main_ni" pipeline_byp: "false" } { name: "aes",
diff --git a/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson b/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson index 4222728..37ce57a 100644 --- a/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson +++ b/hw/top_earlgrey/ip/xbar_main/data/autogen/xbar_main.gen.hjson
@@ -246,7 +246,7 @@ name: kmac type: device clock: clk_main_i - rset: rst_main_ni + reset: rst_main_ni pipeline_byp: "false" inst_type: kmac addr_range: