USER1
Return to Introduction 

 

user1

 

USER1 is an user definable function. The function can accept one input parameter, a constant programmable value that always gives a single output. User functions must be written in assembly language and must respect the system conventions. For further information about user functions see the section INTERFACING WITH ASSEMBLER .

 

Property settings

 

Parameter

Description



Source file

The assembler source file that contains the user function

 

 

Function name

The name of the function. The assembler source code must contain a function with the same name

 

 

Programmable value

This field contains a constant value that is transferred to the function every time the function is called

 

 

Input size

This parameter will establish the size for the input pin

       

Net plugs

 

Plug

Description



INPUT

Function input

 

 

OUT

Function output

 

See also : USER2, USER3