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

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t48/tags/rel_1_1/sw/verif/black_box/tx
    from Rev 289 to Rev 292
    Reverse comparison

Rev 289 → Rev 292

/t0/ent0_clk/test.asm
0,0 → 1,15
;; *******************************************************************
;; $Id: test.asm,v 1.1.1.1 2004-03-25 22:29:18 arniml Exp $
;;
;; Execute ENT0 CLK.
;; *******************************************************************
 
INCLUDE "cpu.inc"
INCLUDE "pass_fail.inc"
 
ORG 0
 
;; Start of test
ent0 clk
 
pass: PASS
/t0/t0/test.asm
0,0 → 1,21
;; *******************************************************************
;; $Id: test.asm,v 1.1.1.1 2004-03-25 22:29:18 arniml Exp $
;;
;; Test J(N)T0 addr.
;; *******************************************************************
 
INCLUDE "cpu.inc"
INCLUDE "pass_fail.inc"
 
ORG 0
 
;; Start of test
jnt0 fail
anl P1, #0FEH
jt0 fail
orl P1, #001H
jt0 pass
 
fail: FAIL
 
pass: PASS
/t1/test.asm
0,0 → 1,21
;; *******************************************************************
;; $Id: test.asm,v 1.1.1.1 2004-03-25 22:29:18 arniml Exp $
;;
;; Test J(N)T1 addr.
;; *******************************************************************
 
INCLUDE "cpu.inc"
INCLUDE "pass_fail.inc"
 
ORG 0
 
;; Start of test
jnt1 fail
anl P1, #0FDH
jt1 fail
orl P1, #002H
jt1 pass
 
fail: FAIL
 
pass: PASS

powered by: WebSVN 2.1.0

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