Can anyone explain me what a blueprint is?

In reply to Suhas BV:
A blueprint is defined as a design plan or other technical drawing
In his book SystemVerilog for Verification (a good book BTW), Chris Spear was referring to SystemVerilog classes being blueprints, or templates, that can be used to build many objects. Blueprints are thus templates that contain objects. Blueprints are typically transformed into actual and usable design plans by either having them approved as is, or modified to needs and then approved.

  • Crhis was using a house plan as an example to explain OOP. House blueprint can be momodified (e.g., a different kind of refrigerator, different flooring, roofing material, etc…) and then approved by the city for a building permit, i.e., to be used.
  • In OOP, a class is like a blueprint of an entity that contains variables, functions, and tasks. To be used, a class can be extended, if needed, and then instantiated, and that handle uniquely identifies your desired class object. Note that the building permit that uses the updated house blueprint is also a handle that uniquely identifies your house.
  • In my SVA Handbook 4th Edition I present blueprints for the design of a requirement apec and a verification spec.

Ben Cohen
http://www.systemverilog.us/ ben@systemverilog.us
For training, consulting, services: contact Home - My cvcblr