| 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:dv:otbn_model:0.1" |
| description: "OpenTitan Big Number Accelerator (OTBN)" |
| |
| filesets: |
| files_model: |
| depend: |
| - lowrisc:ip:otbn_pkg |
| - lowrisc:dv_verilator:memutil_dpi |
| - lowrisc:dv:otbn_memutil |
| - lowrisc:ip:otbn_tracer |
| files: |
| - otbn_model.cc: { file_type: cppSource } |
| - otbn_model.h: { file_type: cppSource, is_include_file: true } |
| - otbn_model_dpi.h: { file_type: cppSource, is_include_file: true } |
| - otbn_model_dpi.svh: { is_include_file: true } |
| - iss_wrapper.cc: { file_type: cppSource } |
| - iss_wrapper.h: { file_type: cppSource, is_include_file: true } |
| - otbn_trace_checker.h: { file_type: cppSource, is_include_file: true } |
| - otbn_trace_checker.cc: { file_type: cppSource } |
| - otbn_trace_entry.h: { file_type: cppSource, is_include_file: true } |
| - otbn_trace_entry.cc: { file_type: cppSource } |
| - otbn_core_model.sv |
| - otbn_rf_snooper_if.sv |
| - otbn_stack_snooper_if.sv |
| file_type: systemVerilogSource |
| |
| targets: |
| default: |
| filesets: |
| - files_model |
| toplevel: otbn_core_model |