ibex/shared/sim_shared.core
Greg Chadwick 2041f10c69 Added simple system
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
2019-11-09 07:48:47 +00:00

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