All Classes Namespaces Files Functions Variables Groups Pages
Variables
COUNT_CONFIG_REGISTER

Constants

COUNT_CONFIG_REGISTER  RegisterLocation := init ( " count_config " , REG_COMPONENT_START_ADDR + toInt ( x " 02 " ) , 2 , RW_WR_CLEAR_REG_CFG )
LOAD_BIT  RegisterBit := 0
PAUSE_BIT  RegisterBit := 1

Detailed Description

Used to show an example write clear configuration.

Variable Documentation

COUNT_CONFIG_REGISTER RegisterLocation := init ( " count_config " , REG_COMPONENT_START_ADDR + toInt ( x " 02 " ) , 2 , RW_WR_CLEAR_REG_CFG )
Constant

Definition at line 349 of file ExampleComponent.vhd.

LOAD_BIT RegisterBit := 0
Constant

Load the counter value from COUNT_INIT_REGISTER

Definition at line 351 of file ExampleComponent.vhd.

PAUSE_BIT RegisterBit := 1
Constant

Pause the counter and preserve the value

Definition at line 353 of file ExampleComponent.vhd.