Changeset 999 for branches/reconfiguration/modules/vci_xicu/caba/source/src
- Timestamp:
- Jun 12, 2015, 3:22:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/vci_xicu/caba/source/src/vci_xicu.cpp
r990 r999 72 72 case XICU_WTI_REG: 73 73 CHECK_BOUNDS(wti); 74 if (idx == m_faulty_wti_reg) { 75 data &= m_faulty_wti_msk; 76 } 77 r_wti_pending |= 1<<idx; 74 78 r_wti_reg[idx] = data; 75 r_wti_pending |= 1<<idx;76 79 77 80 #if SOCLIB_MODULE_DEBUG … … 510 513 r_pti_val(new uint32_t[pti_count]), 511 514 r_wti_reg(new uint32_t[wti_count]), 515 m_faulty_wti_reg(0xFFFFFFFF), 516 m_faulty_wti_msk(0x00000000), 512 517 m_clock_cycles(0), 513 518 p_clk("clk"),
Note: See TracChangeset
for help on using the changeset viewer.