Skip to content

Commit

Permalink
[englishbreakfast] Remove alert handler from config
Browse files Browse the repository at this point in the history
The alert handler is not instantiated in top_englishbreakfast. Remove it
from the build configuration.

Signed-off-by: Philipp Wagner <phw@lowrisc.org>
  • Loading branch information
imphil committed Oct 13, 2021
1 parent 2428d66 commit c37ba33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,7 @@
// Different dashboard output path for each tool
rel_path: "hw/top_englishbreakfast/lint/{tool}"

use_cfgs: [{ name: alert_handler
fusesoc_core: lowrisc:ip:alert_handler
import_cfgs: ["{proj_root}/hw/lint/tools/dvsim/common_lint_cfg.hjson"]
rel_path: "hw/ip/alert_handler/lint/{tool}"
overrides: [
{
name: design_level
value: "top"
}
]
},
{ name: flash_ctrl
use_cfgs: [{ name: flash_ctrl
fusesoc_core: lowrisc:ip:flash_ctrl
import_cfgs: ["{proj_root}/hw/lint/tools/dvsim/common_lint_cfg.hjson"]
rel_path: "hw/ip/flash_ctrl/lint/{tool}"
Expand Down
1 change: 0 additions & 1 deletion hw/top_englishbreakfast/top_englishbreakfast.core
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ filesets:
- lowrisc:ip:sram_ctrl
# Instantiated by topgen
- lowrisc:ip:uart:0.1
- lowrisc:ip:alert_handler
- lowrisc:ip:gpio
- lowrisc:ip:pinmux_component
- lowrisc:ip:rv_timer
Expand Down

0 comments on commit c37ba33

Please sign in to comment.