mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[sw/example] update file headers
This commit is contained in:
parent
6baa64e55c
commit
240658a56f
35 changed files with 251 additions and 1146 deletions
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - RISC-V 'A' Extension - AMO Emulation Test Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Bus Explorer - Processor Memory Space Inspector >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Blinking LED Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2022, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
/* ################################################################################################# */
|
/* ================================================================================ */
|
||||||
/* # << NEORV32 - Blink LED - Assembly-Only Demo Program >> # */
|
/* The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 */
|
||||||
/* # ********************************************************************************************* # */
|
/* Copyright (c) NEORV32 contributors. */
|
||||||
/* # BSD 3-Clause License # */
|
/* Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. */
|
||||||
/* # # */
|
/* Licensed under the BSD-3-Clause license, see LICENSE for details. */
|
||||||
/* # Copyright (c) 2023, Stephan Nolting. All rights reserved. # */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
/* # # */
|
/* ================================================================================ */
|
||||||
/* # Redistribution and use in source and binary forms, with or without modification, are # */
|
|
||||||
/* # permitted provided that the following conditions are met: # */
|
|
||||||
/* # # */
|
|
||||||
/* # 1. Redistributions of source code must retain the above copyright notice, this list of # */
|
|
||||||
/* # conditions and the following disclaimer. # */
|
|
||||||
/* # # */
|
|
||||||
/* # 2. Redistributions in binary form must reproduce the above copyright notice, this list of # */
|
|
||||||
/* # conditions and the following disclaimer in the documentation and/or other materials # */
|
|
||||||
/* # provided with the distribution. # */
|
|
||||||
/* # # */
|
|
||||||
/* # 3. Neither the name of the copyright holder nor the names of its contributors may be used to # */
|
|
||||||
/* # endorse or promote products derived from this software without specific prior written # */
|
|
||||||
/* # permission. # */
|
|
||||||
/* # # */
|
|
||||||
/* # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS # */
|
|
||||||
/* # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # */
|
|
||||||
/* # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE # */
|
|
||||||
/* # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, # */
|
|
||||||
/* # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE # */
|
|
||||||
/* # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED # */
|
|
||||||
/* # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING # */
|
|
||||||
/* # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED # */
|
|
||||||
/* # OF THE POSSIBILITY OF SUCH DAMAGE. # */
|
|
||||||
/* # ********************************************************************************************* # */
|
|
||||||
/* # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting # */
|
|
||||||
/* ################################################################################################# */
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
@ -41,6 +15,7 @@
|
||||||
* used as time base. Hence, this program requires the GPIO controller and the
|
* used as time base. Hence, this program requires the GPIO controller and the
|
||||||
* CPU Zicsr and Zicnt ISA extensions.
|
* CPU Zicsr and Zicnt ISA extensions.
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
.file "main.S"
|
.file "main.S"
|
||||||
.section .text
|
.section .text
|
||||||
.balign 4
|
.balign 4
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Custom Functions Subsystem (CFS) Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - CFU: Custom Instructions Example Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - CRC Unit Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - DMA Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Demo program for emulating unaligned memory accesses using the NEORV32 RTE >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - General Purpose Timer (GPTMR) Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Hardware Performance Monitors (HPMs) Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - RISC-V Machine Timer (MTIME) Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Smart LED (NeoPixel/WS2812) Hardware Interface (NEOLED) Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Newlib Demo/Test Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - ONEWIRE (1-Wire Interface) Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - PWM Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Serial Data Interface Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - SLINK Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - SPI Bus Explorer Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - IRQ driven SPI transfer application example >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - TRNG Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - TWI Bus Explorer Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Watchdog Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Demo for the Execute In-Place (XIP) Module >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - External Interrupt Controller (XIRQ) Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
// Simple Eclipse example project
|
// ================================================================================ //
|
||||||
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
|
// Copyright (c) NEORV32 contributors. //
|
||||||
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
|
// ================================================================================ //
|
||||||
|
|
||||||
#include <neorv32.h>
|
#include <neorv32.h>
|
||||||
|
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - RISC-V Single-Precision Floating-Point 'Zfinx' Extension Verification Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - RISC-V Single-Precision Floating-Point 'Zfinx' Extension Verification Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Conway's Game of Life >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - "Hello World" Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - "Hello World" Demo Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
|
@ -1,42 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Processor Performance Measurement >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
// #################################################################################################
|
|
||||||
// # << NEORV32 - I instruction timing >> #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # Status: Work in progress #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|
|
@ -1,42 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Processor Performance Measurement >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
// #################################################################################################
|
|
||||||
// # << NEORV32 - M instruction timing >> #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # Status: Work in progress #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* @file riscv_M_inst_timing/main.c
|
* @file riscv_M_inst_timing/main.c
|
||||||
|
|
|
@ -1,42 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Processor Performance Measurement >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2023, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
// #################################################################################################
|
|
||||||
// # << NEORV32 - Zfinx instruction timing >> #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # Status: Work in progress #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|
|
@ -1,36 +1,10 @@
|
||||||
// #################################################################################################
|
// ================================================================================ //
|
||||||
// # << NEORV32 - Processor Test Program >> #
|
// The NEORV32 RISC-V Processor - https://github.com/stnolting/neorv32 //
|
||||||
// # ********************************************************************************************* #
|
// Copyright (c) NEORV32 contributors. //
|
||||||
// # BSD 3-Clause License #
|
// Copyright (c) 2020 - 2024 Stephan Nolting. All rights reserved. //
|
||||||
// # #
|
// Licensed under the BSD-3-Clause license, see LICENSE for details. //
|
||||||
// # Copyright (c) 2024, Stephan Nolting. All rights reserved. #
|
// SPDX-License-Identifier: BSD-3-Clause //
|
||||||
// # #
|
// ================================================================================ //
|
||||||
// # Redistribution and use in source and binary forms, with or without modification, are #
|
|
||||||
// # permitted provided that the following conditions are met: #
|
|
||||||
// # #
|
|
||||||
// # 1. Redistributions of source code must retain the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer. #
|
|
||||||
// # #
|
|
||||||
// # 2. Redistributions in binary form must reproduce the above copyright notice, this list of #
|
|
||||||
// # conditions and the following disclaimer in the documentation and/or other materials #
|
|
||||||
// # provided with the distribution. #
|
|
||||||
// # #
|
|
||||||
// # 3. Neither the name of the copyright holder nor the names of its contributors may be used to #
|
|
||||||
// # endorse or promote products derived from this software without specific prior written #
|
|
||||||
// # permission. #
|
|
||||||
// # #
|
|
||||||
// # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS #
|
|
||||||
// # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF #
|
|
||||||
// # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE #
|
|
||||||
// # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #
|
|
||||||
// # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE #
|
|
||||||
// # GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED #
|
|
||||||
// # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING #
|
|
||||||
// # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED #
|
|
||||||
// # OF THE POSSIBILITY OF SUCH DAMAGE. #
|
|
||||||
// # ********************************************************************************************* #
|
|
||||||
// # The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
|
|
||||||
// #################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue