SCAMP-5c Vision System  1.0.0
An image sensor with a parallel processor on focal plane
pe_digital_macros.h
Go to the documentation of this file.
1 
39 class dreg{
40 };
41 
42 
43 
44 //------------------------------------------------------------------------------
45 
46 
47 
64 dreg pe_or(dreg a1,dreg a2);
65 
66 
67 
84 dreg pe_and(dreg a1,dreg a2);
85 
86 
87 
104 dreg pe_nor(dreg a1,dreg a2);
105 
106 
107 
124 dreg pe_nand(dreg a1,dreg a2);
125 
126 
dreg pe_nand(dreg a1, dreg a2)
NAND two DREGs into another DREG.
operand of this type can only be a digital register
Definition: pe_digital_macros.h:39
dreg pe_or(dreg a1, dreg a2)
OR two DREGs into another DREG.
dreg pe_and(dreg a1, dreg a2)
AND two DREGs into another DREG.
dreg pe_nor(dreg a1, dreg a2)
NOR two DREGs into another DREG.