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
16
#ifndef neorv32_cpu_cfu_h
17
#define neorv32_cpu_cfu_h
18
19
#include <stdint.h>
20
21
22
/**********************************************************************/
25
int
neorv32_cpu_cfu_available
(
void
);
26
27
28
/**********************************************************************/
34
#define neorv32_cfu_r3_instr(funct7, funct3, rs1, rs2) CUSTOM_INSTR_R3_TYPE(funct7, rs2, rs1, funct3, 0b0001011)
36
#define neorv32_cfu_r4_instr(funct3, rs1, rs2, rs3) CUSTOM_INSTR_R4_TYPE(rs3, rs2, rs1, funct3, 0b0101011)
39
#endif
// neorv32_cpu_cfu_h
neorv32_cpu_cfu_available
int neorv32_cpu_cfu_available(void)
Definition
neorv32_cpu_cfu.c:24
Generated by
1.12.0