mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 22:07:43 -04:00
Simple system is a basic verilator top-level testbench for running executables. It has functionality for outputting text to a log file and for the software to terminate the simulation
20 lines
497 B
Text
20 lines
497 B
Text
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:ibex:sim_shared"
|
|
description: "Collection of useful RTL for building simulations"
|
|
filesets:
|
|
files_sim_sv:
|
|
files:
|
|
- ./rtl/prim_clock_gating.sv
|
|
- ./rtl/ram_1p.sv
|
|
- ./rtl/bus.sv
|
|
- ./rtl/sim/simulator_ctrl.sv
|
|
file_type: systemVerilogSource
|
|
|
|
targets:
|
|
default:
|
|
filesets:
|
|
- files_sim_sv
|
|
|