[padring/top] Carry over pinout from bronze and align sim and FPGA tops
Note that this is an intermediate step needed for the pinmux updates.
There are a couple of things that are still Bronze-specific and these
will be cleaned up over the coming weeks as we work towards Silver.
[top] Align englishbreakfast I/O configuration with earlgrey
Since both designs use the same padring, the MIO/DIO config should be
the same, even if not all IOs are connected to a pad.
[topgen] Topgen adjustments to keep MIO order stable
This changes the way the MIOs are enumerated and connected to the
pinmux. Before, topgen would connect all inouts from all modules first,
and then proceed with inputs and outputs.
This is inconsistent with how the ordering is implied by the
`mio_modules` key inside the top hjson.
This fix changes how the MIOs are enumerated. Within a module, topgen
still connects the inouts first, but globally it observes the order
specifiec by the `mio_modules list.
Note that this piece of topgen is going to be overhauled, so this is
just a temporary fix to ensure the MIO insel/outsel indices remain the
same among tops that have different amounts of MIO peripherals.
[top/dv] Alignments and workarounds to get chip simulation working
[top] Regenerate files
Signed-off-by: Michael Schaffner <msf@google.com>
diff --git a/hw/top_earlgrey/data/top_earlgrey.hjson b/hw/top_earlgrey/data/top_earlgrey.hjson
index bc4adb6..99c2fc9 100644
--- a/hw/top_earlgrey/data/top_earlgrey.hjson
+++ b/hw/top_earlgrey/data/top_earlgrey.hjson
@@ -866,7 +866,7 @@
// list all modules that expose alerts
// first item goes to LSB of the alert source
alert_module: [ "aes", "otbn", "sensor_ctrl_aon", "keymgr", "otp_ctrl", "lc_ctrl",
- "entropy_src","csrng",
+ "entropy_src","csrng",
"sram_ctrl_main", "sram_ctrl_ret_aon", "flash_ctrl"]
// generated list of alerts:
@@ -880,7 +880,7 @@
// All the input/outputs from IPs are muxed in pinmux, and it has # of I/O
// talks to the outside of top_earlgrey.
// This field will be replaced to the length of PAD if padctrl is defined
- num_mio: 32
+ num_mio: 44
// Dedicated IO modules. The in/out ports of the modules below are connected
// to TOP IO port through PADS directly. It bypasses PINMUX multiplexers