OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [source/] [neorv32_cfs.c] - Diff between revs 64 and 72

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 64 Rev 72
Line 1... Line 1...
// #################################################################################################
// #################################################################################################
// # << NEORV32: neorv32_cfs.c - Custom Functions Subsystem (CFS) HW Driver (stub) >>              #
// # << NEORV32: neorv32_cfs.c - Custom Functions Subsystem (CFS) HW Driver (stub) >>              #
// # ********************************************************************************************* #
// # ********************************************************************************************* #
// # BSD 3-Clause License                                                                          #
// # BSD 3-Clause License                                                                          #
// #                                                                                               #
// #                                                                                               #
// # Copyright (c) 2021, Stephan Nolting. All rights reserved.                                     #
// # Copyright (c) 2022, Stephan Nolting. All rights reserved.                                     #
// #                                                                                               #
// #                                                                                               #
// # Redistribution and use in source and binary forms, with or without modification, are          #
// # Redistribution and use in source and binary forms, with or without modification, are          #
// # permitted provided that the following conditions are met:                                     #
// # permitted provided that the following conditions are met:                                     #
// #                                                                                               #
// #                                                                                               #
// # 1. Redistributions of source code must retain the above copyright notice, this list of        #
// # 1. Redistributions of source code must retain the above copyright notice, this list of        #
Line 47... Line 47...
#include "neorv32.h"
#include "neorv32.h"
#include "neorv32_cfs.h"
#include "neorv32_cfs.h"
 
 
 
 
/**********************************************************************//**
/**********************************************************************//**
 * Check if custom functions unit 0 was synthesized.
 * Check if custom functions subsystem was synthesized.
 *
 *
 * @return 0 if CFS was not synthesized, 1 if CFS is available.
 * @return 0 if CFS was not synthesized, 1 if CFS is available.
 **************************************************************************/
 **************************************************************************/
int neorv32_cfs_available(void) {
int neorv32_cfs_available(void) {
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.