Skip to content

Register Monitoring System

Neelakandan Manihatty Bojan edited this page Oct 23, 2013 · 4 revisions

The register monitoring system is used to monitor the status of the registers while running the HW tests. Each of the reference projects will have the corresponding sw register monitoring system inside the

sw/host/register_monitor/
folder. Once you have the system ready to run the HW tests as mentioned here, you can proceed with the following

Move into the corresponding

[root@nf-test109 ~]# cd $NF_DESIGN_DIR
[root@nf-test109 reference_switch_lite]# cd sw/host/register_monitor/

Run the Make file and you will get the executable. [root@nf-test109 register_monitor]# make

use watch ./{executable_name} to monitor the system.

[root@nf-test109 register_monitor]# watch ./switch_lite_regs

The register system for reference_switch_lite project will look like below.

![] (register_monitoring.png)

Clone this wiki locally