NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
Loading...
Searching...
No Matches
sw
lib
include
neorv32_cpu_cfu.h
Go to the documentation of this file.
1
// ================================================================================ //
2
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
3
// Copyright (c) NEORV32 contributors. //
4
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
5
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
6
// SPDX-License-Identifier: BSD-3-Clause //
7
// ================================================================================ //
8
13
14
#ifndef NEORV32_CPU_CFU_H
15
#define NEORV32_CPU_CFU_H
16
17
#include <stdint.h>
18
19
20
/**********************************************************************/
23
int
neorv32_cpu_cfu_available
(
void
);
24
25
26
/**********************************************************************/
32
#define neorv32_cfu_r3_instr(funct7, funct3, rs1, rs2) CUSTOM_INSTR_R3_TYPE(funct7, rs2, rs1, funct3, 0b0001011)
34
#define neorv32_cfu_r4_instr(funct3, rs1, rs2, rs3) CUSTOM_INSTR_R4_TYPE(rs3, rs2, rs1, funct3, 0b0101011)
36
37
38
#endif
// NEORV32_CPU_CFU_H
neorv32_cpu_cfu_available
int neorv32_cpu_cfu_available(void)
Definition
neorv32_cpu_cfu.c:24
Generated by
1.13.2