| CAPI=2: |
| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| name: lowrisc:opentitan:top_earlgrey_alert_handler_sim:0.1 |
| description: "ALERT_HANDLER DV sim target" |
| filesets: |
| files_rtl: |
| depend: |
| - lowrisc:opentitan:top_earlgrey_alert_handler:0.1 |
| file_type: systemVerilogSource |
| |
| files_dv: |
| depend: |
| - lowrisc:dv:ralgen |
| - lowrisc:dv:alert_handler_tb |
| - lowrisc:dv:alert_handler_cov |
| - lowrisc:opentitan:top_earlgrey_alert_handler_sva:0.1 |
| file_type: systemVerilogSource |
| |
| generate: |
| ral: |
| generator: ralgen |
| parameters: |
| name: alert_handler |
| ip_hjson: ../data/alert_handler.hjson |
| |
| targets: |
| sim: &sim_target |
| toplevel: tb |
| filesets: |
| - files_rtl |
| - files_dv |
| generate: |
| - ral |
| default_tool: vcs |
| |
| lint: |
| <<: *sim_target |