contents.gifindex.gif

Istype 'reg_T'
T Flip-flop Clocked Memory Element

Syntax

signal_name [,signal_name] [PIN|NODE] ISTYPE 'reg_t' ;

Use

Signal attribute 'reg_t' indicates that the associated signal has a T-type flip-flop as its memory element. Equations generated from an ABEL-HDL state diagram will assume this register type if the 'reg_t' attribute is specified; however, you will need to specify the 'invert' or 'buffer' attribute to ensure consistent operation in different architectures.


See Also

'buffer'

'reg_SR'

'reg_JK'

'invert'

'neg'

'xor'

'reg'

'reg_D'

'reg_G'