cve2/cve2_multdiv.core
christian-herber-nxp 932db14619
Rename all modules to cve2 (#25)
* rename files and modules to cve2

Signed-off-by: Szymon Bieganski <szymon.bieganski@oss.nxp.com>

* updated tb files

Signed-off-by: Szymon Bieganski <szymon.bieganski@oss.nxp.com>

* remaining references to ibex: gitignore, examples, etc.

Signed-off-by: Szymon Bieganski <szymon.bieganski@oss.nxp.com>

Signed-off-by: Szymon Bieganski <szymon.bieganski@oss.nxp.com>
Co-authored-by: Szymon Bieganski <szymon.bieganski@oss.nxp.com>
2023-01-05 10:27:24 +01:00

28 lines
696 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:cve2:cve2_multdiv:0.1"
description: "Multiplier and divider"
filesets:
files_rtl:
depend:
- lowrisc:prim:assert
- lowrisc:cve2:cve2_pkg
files:
- rtl/cve2_multdiv_fast.sv
- rtl/cve2_multdiv_slow.sv
file_type: systemVerilogSource
parameters:
RV32M:
datatype: int
default: 2
paramtype: vlogparam
description: "Selection of multiplication implementation. Switch to enable single cycle multiplications."
targets:
default: &default_target
filesets:
- files_rtl