fcs
 All Classes Namespaces Files Functions Variables
tb_16::Checker Class Reference

#include <tb.h>

Inheritance diagram for tb_16::Checker:
[legend]
Collaboration diagram for tb_16::Checker:
[legend]

Public Member Functions

 Checker (sc_module_name)
 
 ~Checker (void)
 
void check (void)
 

Public Attributes

bool pass
 
sc_in< uint32_t > res_i
 
sc_in< uint32_t > exp_i
 
sc_in< uint32_t > obs_i
 
sc_in< bool > val_i
 
sc_in< bool > clk_i
 

Private Attributes

unique_ptr< Msg > msg
 

Constructor & Destructor Documentation

tb_16::Checker::Checker ( sc_module_name  arg_nm)
tb_16::Checker::~Checker ( void  )

Member Function Documentation

void tb_16::Checker::check ( void  )

Member Data Documentation

sc_in<bool> tb_16::Checker::clk_i
sc_in<uint32_t> tb_16::Checker::exp_i
unique_ptr<Msg> tb_16::Checker::msg
private
sc_in<uint32_t> tb_16::Checker::obs_i
bool tb_16::Checker::pass
sc_in<uint32_t> tb_16::Checker::res_i
sc_in<bool> tb_16::Checker::val_i

The documentation for this class was generated from the following files: