All Classes Namespaces Files Functions Variables Groups Pages
Variables
COUNT_INIT_REGISTER

Constants

COUNT_INIT_REGISTER  RegisterLocation := init ( " count_init " , REG_COMPONENT_START_ADDR + toInt ( x " 03 " ) , REG_DATA_WIDTH , RW_REG_CFG )

Detailed Description

This is an example standard read/write register. Write to this register to set the internal counter. Value is latched in when the LOAD_BIT is set. Width is defined by REG_DATA_WIDTH.

Variable Documentation

COUNT_INIT_REGISTER RegisterLocation := init ( " count_init " , REG_COMPONENT_START_ADDR + toInt ( x " 03 " ) , REG_DATA_WIDTH , RW_REG_CFG )
Constant

Definition at line 362 of file ExampleComponent.vhd.