Constants | |
COUNT_INIT_REGISTER | RegisterLocation := init ( " count_init " , REG_COMPONENT_START_ADDR + toInt ( x " 03 " ) , REG_DATA_WIDTH , RW_REG_CFG ) |
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.
|
Constant |
Definition at line 362 of file ExampleComponent.vhd.