- Timestamp:
- Apr 9, 2013, 5:10:25 PM (12 years ago)
- Location:
- branches/v5/modules/dspin_local_ring_fast_c/caba/source/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v5/modules/dspin_local_ring_fast_c/caba/source/include/dspin_half_gateway_initiator_fast_c.h
r358 r359 188 188 << std::endl; 189 189 #endif 190 //r_preempt = tga;190 r_preempt = tga; 191 191 192 192 if (m_cmd_fifo.read() & 0x1 == 0x1) // broadcast … … 201 201 else if (tga) 202 202 { 203 r_preempt = 1;203 //r_preempt = 1; 204 204 205 205 cmd_fifo_get = p_ring_in.cmd_r; -
branches/v5/modules/dspin_local_ring_fast_c/caba/source/include/dspin_half_gateway_target_fast_c.h
r330 r359 33 33 #include "dspin_interface.h" 34 34 35 //#define HT_DEBUG35 #define HT_DEBUG 36 36 37 37 namespace soclib { namespace caba { -
branches/v5/modules/dspin_local_ring_fast_c/caba/source/include/dspin_local_ring_initiator_fast_c.h
r330 r359 88 88 89 89 #define BRDCST_TGT_MASK 0xFFFFFFFFE1ULL 90 //#define I_DEBUG90 #define I_DEBUG 91 91 92 92 namespace soclib { namespace caba { -
branches/v5/modules/dspin_local_ring_fast_c/caba/source/include/dspin_local_ring_target_fast_c.h
r358 r359 33 33 #include "dspin_interface.h" 34 34 35 //#define T_DEBUG35 #define T_DEBUG 36 36 37 37 namespace soclib { namespace caba {
Note: See TracChangeset
for help on using the changeset viewer.