-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[englishbreakfast] Convert to ordinary topgen flow
Convert englishbreakfast to use the ordinary topgen flow. Commit the generated code like other tops. Remove the fileset_top and fileset_topgen flags, in addition to the topgen-fusesoc.py script. The fileset_top and fileset_topgen flags are now completely unused, since all the IPs that once depended on them have been reimplemented as ipgen cores. Remove the cruft. Signed-off-by: Alexander Williams <[email protected]>
- Loading branch information
Showing
536 changed files
with
171,614 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Top Englishbreakfast | ||
|
||
This is an experimental top intended for SCA/FI activities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright lowRISC contributors (OpenTitan project). | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# ------------------- W A R N I N G: A U T O - G E N E R A T E D C O D E !! -------------------# | ||
# PLEASE DO NOT HAND-EDIT THIS FILE. IT HAS BEEN AUTO-GENERATED WITH THE FOLLOWING COMMAND: | ||
# util/topgen.py -t hw/top_englishbreakfast/data/top_englishbreakfast.hjson | ||
# -o hw/top_englishbreakfast | ||
|
||
exports_files(["top_englishbreakfast.gen.hjson"]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Copyright lowRISC contributors (OpenTitan project). | ||
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
# ------------------- W A R N I N G: A U T O - G E N E R A T E D C O D E !! -------------------# | ||
# PLEASE DO NOT HAND-EDIT THIS FILE. IT HAS BEEN AUTO-GENERATED WITH THE FOLLOWING COMMAND: | ||
# util/topgen.py -t hw/top_englishbreakfast/data/top_englishbreakfast.hjson | ||
# -o hw/top_englishbreakfast | ||
|
||
load("//rules/opentitan:hw.bzl", "opentitan_top") | ||
load("//hw/ip/aes:defs.bzl", "AES") | ||
load("//hw/ip/aon_timer:defs.bzl", "AON_TIMER") | ||
load("//hw/top_englishbreakfast/ip/ast:defs.bzl", "AST") | ||
load("//hw/top_englishbreakfast/ip_autogen/clkmgr:defs.bzl", "CLKMGR") | ||
load("//hw/top_englishbreakfast/ip_autogen/flash_ctrl:defs.bzl", "FLASH_CTRL") | ||
load("//hw/ip/gpio:defs.bzl", "GPIO") | ||
load("//hw/top_englishbreakfast/ip_autogen/pinmux:defs.bzl", "PINMUX") | ||
load("//hw/top_englishbreakfast/ip_autogen/pwrmgr:defs.bzl", "PWRMGR") | ||
load("//hw/ip/rom_ctrl:defs.bzl", "ROM_CTRL") | ||
load("//hw/top_englishbreakfast/ip_autogen/rstmgr:defs.bzl", "RSTMGR") | ||
load("//hw/ip/rv_core_ibex:defs.bzl", "RV_CORE_IBEX") | ||
load("//hw/top_englishbreakfast/ip_autogen/rv_plic:defs.bzl", "RV_PLIC") | ||
load("//hw/ip/rv_timer:defs.bzl", "RV_TIMER") | ||
load("//hw/ip/spi_device:defs.bzl", "SPI_DEVICE") | ||
load("//hw/ip/spi_host:defs.bzl", "SPI_HOST") | ||
load("//hw/ip/sram_ctrl:defs.bzl", "SRAM_CTRL") | ||
load("//hw/ip/uart:defs.bzl", "UART") | ||
load("//hw/ip/usbdev:defs.bzl", "USBDEV") | ||
|
||
ENGLISHBREAKFAST = opentitan_top( | ||
name = "englishbreakfast", | ||
hjson = "//hw/top_englishbreakfast/data/autogen:top_englishbreakfast.gen.hjson", | ||
top_lib = "//hw/top_englishbreakfast/sw/autogen:top_englishbreakfast", | ||
top_ld = "//hw/top_englishbreakfast/sw/autogen:top_englishbreakfast_memory", | ||
ips = [ | ||
AES, | ||
AON_TIMER, | ||
AST, | ||
CLKMGR, | ||
FLASH_CTRL, | ||
GPIO, | ||
PINMUX, | ||
PWRMGR, | ||
ROM_CTRL, | ||
RSTMGR, | ||
RV_CORE_IBEX, | ||
RV_PLIC, | ||
RV_TIMER, | ||
SPI_DEVICE, | ||
SPI_HOST, | ||
SRAM_CTRL, | ||
UART, | ||
USBDEV, | ||
], | ||
) |
Oops, something went wrong.