CDL Modules
Namespaces | Enumerations
apb_target_dprintf.cdl File Reference

Simple target for an APB bus to drive the dprintf request. More...

Detailed Description

Simple target for an APB bus to drive the dprintf request.

CDL implementation of a simple APB target to drive a dprintf request

Namespaces

 apb_target_dprintf
 

Enumerations

enum  apb_target_dprintf::t_apb_address {
  apb_target_dprintf::apb_address_address = 0,
  apb_target_dprintf::apb_address_data = 1,
  apb_target_dprintf::apb_address_address_commit = 2,
  apb_target_dprintf::apb_address_data_commit = 3
}
 
enum  apb_target_dprintf::t_access {
  apb_target_dprintf::access_none,
  apb_target_dprintf::access_write_address,
  apb_target_dprintf::access_write_address_commit,
  apb_target_dprintf::access_read_address,
  apb_target_dprintf::access_write_data,
  apb_target_dprintf::access_write_data_commit
}