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

Subversion Repositories usb_fpga_2_14

[/] [usb_fpga_2_14/] [trunk/] [bmp/] [tests/] [015] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
//define[a1a][abc]
2
a1a
3
//noexpand[!]a1a!
4
--
5
//ifeq[a1a][abc]
6
1
7
//else
8
-1
9
//endif
10
--
11
//ifeq[//noexpand!a1a!][abc]
12
1
13
//else
14
-1
15
//endif
16
--
17
//ifneq[//noexpand!a1a!][abc]
18
-1
19
//else
20
1
21
//endif
22
--
23
 
24
--
25
//ifeq[a1a][a1a]
26
2
27
//else
28
-2
29
//endif
30
--
31
//ifeq[a1a][//noexpand!a1a!]
32
2
33
//else
34
-2
35
//endif
36
--
37
//ifneq[a1a][//noexpand!a1a!]
38
-2
39
//else
40
2
41
//endif
42
--
43
 
44
--
45
//ifeq[//noexpand!a1a!][//noexpand!a1a!]
46
3
47
//else
48
-3
49
//endif
50
--
51
//ifneq[//noexpand!a1a!][//noexpand!a1a!]
52
-3
53
//else
54
3
55
//endif
56
--

powered by: WebSVN 2.1.0

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