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

Subversion Repositories neo430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /neo430
    from Rev 112 to Rev 113
    Reverse comparison

Rev 112 → Rev 113

/trunk/rtl/core/neo430_wb_interface.vhd
34,7 → 34,7
-- # You should have received a copy of the GNU Lesser General Public License along with this #
-- # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
-- # ********************************************************************************************* #
-- # Stephan Nolting, Hannover, Germany 24.04.2017 #
-- # Stephan Nolting, Hannover, Germany 25.04.2017 #
-- #################################################################################################
 
library ieee;
156,7 → 156,7
if (pending = '0') or (enable = '0') then
wb_stb_o <= '0';
pending <= '0';
if (wr_en = '1') and (enable = '1') ((addr_i = wb32_adr_lo_r_addr_c) or (addr_i = wb32_adr_lo_w_addr_c)) then
if (wr_en = '1') and (enable = '1') and ((addr_i = wb32_adr_lo_r_addr_c) or (addr_i = wb32_adr_lo_w_addr_c)) then
wb_stb_o <= '1';
pending <= '1';
terr_ff <= '0';
/trunk/sw/lib/neo430/neo430_wdt.h
19,7 → 19,7
// # You should have received a copy of the GNU Lesser General Public License along with this #
// # source; if not, download it from https://www.gnu.org/licenses/lgpl-3.0.en.html #
// # ********************************************************************************************* #
// # Stephan Nolting, Hannover, Germany 22.04.2017 #
// # Stephan Nolting, Hannover, Germany 24.04.2017 #
// #################################################################################################
 
#ifndef neo430_wdt_h
62,7 → 62,7
 
/* ------------------------------------------------------------
* INFO Perform a hardware reset by activating the WDT and
* writing performing an invalid access (wrong password)
* performing an invalid access (wrong password)
* ------------------------------------------------------------ */
void wdt_force_hw_reset(void) {
 

powered by: WebSVN 2.1.0

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