Email: bknpk@hotmail.com Phone: +972-54-7649119


V

 

This pages describes the UART RX environment file.

The environment instantiate the agent and a logger for this eVC. It also prints some info on this eVC. package pk_rx;

unit uart_rx_env_u like any_env {
  logger : message_logger is instance;
  keep soft logger.verbosity == NONE;
  
  name : uart_rx_env_name_t;
  agent : uart_rx_agent_u is instance;
  keep agent.name == read_only(name);
  
  show_banner() is also {
    out("Dec 2011 http://bknpk.dynu.com/my_web/index.html");
    out("eVC instance : ", name);
    out(" ", agent.active_passive);
  }; -- show_banner()

};--unit uart_rx_env_u




To go to main project: main project page


  ...


I would be happy to offer my services. Call ASAP !


Home

VHDL IP Stack

print from VHDL code







Search This Site


Feedback This Site




new pages on this site