summaryrefslogtreecommitdiff
path: root/tb/sim/control_flow.py
blob: 21aaac046d106b0fde873496979ee7bdac963891 (plain)
1
2
3
4
5
6
def init():
    init_reg(r0, 0xdeadc0de);
    init_reg(r1, 0xbaaaaaad);

def final():
    assert_reg(r0, 0xae13ab83)