mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 22:17:39 -04:00
* 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>
28 lines
696 B
Text
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
|