| 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:ip:rv_core_ibex:0.1" |
| description: "Wrapper around ibex with TL-UL ports" |
| filesets: |
| files_rtl: |
| depend: |
| - lowrisc:ibex:ibex_top |
| - lowrisc:ip:lc_ctrl_pkg |
| - lowrisc:ip:otp_ctrl_pkg |
| - lowrisc:ip:pwrmgr_pkg |
| - lowrisc:ip:rv_core_ibex_pkg |
| - lowrisc:ip:tlul |
| - lowrisc:ip_interfaces:alert_handler_reg |
| - lowrisc:prim:all |
| - lowrisc:prim:clock_gating |
| - lowrisc:prim:edn_req |
| - lowrisc:prim:esc |
| - lowrisc:prim:lc_sync |
| - lowrisc:prim:lc_sender |
| - lowrisc:prim:mubi |
| - lowrisc:tlul:adapter_host |
| |
| files: |
| - rtl/rv_core_ibex_reg_pkg.sv |
| - rtl/rv_core_ibex_cfg_reg_top.sv |
| - rtl/rv_core_ibex.sv |
| - rtl/rv_core_addr_trans.sv |
| - rtl/ibex_pmp_reset.svh: {is_include_file: true} |
| file_type: systemVerilogSource |
| |
| files_verilator_waiver: |
| depend: |
| # common waivers |
| - lowrisc:lint:common |
| files: |
| - lint/rv_core_ibex.vlt |
| file_type: vlt |
| |
| files_ascentlint_waiver: |
| depend: |
| # common waivers |
| - lowrisc:lint:common |
| files: |
| - lint/rv_core_ibex.waiver |
| file_type: waiver |
| |
| files_veriblelint_waiver: |
| depend: |
| # common waivers |
| - lowrisc:lint:common |
| |
| parameters: |
| SYNTHESIS: |
| datatype: bool |
| paramtype: vlogdefine |
| |
| |
| targets: |
| default: &default_target |
| filesets: |
| - tool_verilator ? (files_verilator_waiver) |
| - tool_ascentlint ? (files_ascentlint_waiver) |
| - tool_veriblelint ? (files_veriblelint_waiver) |
| - files_rtl |
| toplevel: rv_core_ibex |
| |
| lint: |
| <<: *default_target |
| default_tool: verilator |
| parameters: |
| - SYNTHESIS=true |
| tools: |
| verilator: |
| mode: lint-only |
| verilator_options: |
| - "-Wall" |
| |
| syn: |
| <<: *default_target |
| # TODO: set default to DC once |
| # this option is available |
| # olofk/edalize#89 |
| default_tool: icarus |
| parameters: |
| - SYNTHESIS=true |