Skip to content

Commit

Permalink
[nmi_gen] remove the nmi_gen dummy module
Browse files Browse the repository at this point in the history
Since we've now wired up the escalation channels in the design,
we can actually remove this dummy module.

Note that this removes the only module in top_englishbreakfast that
exposes a HW reset request.
This is currently not compatible with the pwrmgr templates (HW and SW)
which expect at least one HW reset request to be present.

To this end, this commit also instantiates the watchdog timer which
exposes a HW reset request. This should not add considerable overhead
to top_englishbreakfast.

Signed-off-by: Michael Schaffner <[email protected]>
  • Loading branch information
msfschaffner committed Jul 19, 2021
1 parent 968b8c8 commit 52bce9f
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 910 deletions.
1 change: 0 additions & 1 deletion hw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ IPS ?= aes \
i2c \
keymgr \
lc_ctrl \
nmi_gen \
otp_ctrl \
pattgen \
pinmux \
Expand Down
66 changes: 0 additions & 66 deletions hw/ip/nmi_gen/data/nmi_gen.hjson

This file was deleted.

13 changes: 0 additions & 13 deletions hw/ip/nmi_gen/data/nmi_gen.prj.hjson

This file was deleted.

47 changes: 0 additions & 47 deletions hw/ip/nmi_gen/doc/index.md

This file was deleted.

1 change: 0 additions & 1 deletion hw/ip/nmi_gen/doc/nmi_gen_blockdiag.svg

This file was deleted.

6 changes: 0 additions & 6 deletions hw/ip/nmi_gen/lint/nmi_gen.vlt

This file was deleted.

12 changes: 0 additions & 12 deletions hw/ip/nmi_gen/lint/nmi_gen.waiver

This file was deleted.

70 changes: 0 additions & 70 deletions hw/ip/nmi_gen/nmi_gen.core

This file was deleted.

118 changes: 0 additions & 118 deletions hw/ip/nmi_gen/rtl/nmi_gen.sv

This file was deleted.

Loading

0 comments on commit 52bce9f

Please sign in to comment.