Hi, all
I'm new to specman E, and begin learning it by reading Design Verification with E. I've many times the utilization of function value, such as:
keep tx_monitor.file_logger.to_file == value(tx_log_filename);
keep tx_bfm.driver == value(tx_driver);
Could anyone explain me about the utilization of value().
Many thanks!
Tao