Intent:
A façade pattern provides a simple interface to a complex system, making it easier for the client or external world to use.
Motivation:
In UVM world, if we have to send sequences across different agents in a coordinated manner the top level sequence would need to refer to multiple agents.
Applicability:
Façade Pattern which is a Gang of Four's structural pattern helps solve the problem of providing a simple interface to a complex system. It can provide an entry point to multiple environments from the top level.
View & Download:
To view the entire Façade Pattern, please login with your Verification Academy Full Access account.
|