Ignore:
Timestamp:
Mar 14, 2013, 2:41:13 PM (11 years ago)
Author:
joannou
Message:

updated the test_interrupt_delayslot : now testing for several delay values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tests_ccvcache_v4/test_interrupt_delayslot/test.S

    r232 r324  
    2828        li      s0, MAGIC2
    2929        /*
    30          * interrupt in 42 cycles.
     30         * interrupt in INTERRUPT_DELAY cycles.
    3131         * Without cache this takes us to the delay slot of the jump.
    3232         */
    33         li      a0, 42
     33
     34        li      a0, INTERRUPT_DELAY
     35        //li    a0, 38
    3436        sw      a0, XICU_PTI_PER(0)(t0)
    3537        /* clear pending interrupt */
Note: See TracChangeset for help on using the changeset viewer.