Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

BFM vs VIP

Status
Not open for further replies.

sara1983

Newbie level 5
Joined
Nov 30, 2009
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
USA
Activity points
1,367
Hi All,
Can someone explain the difference between BFM and VIP...??
Thanks!
Satish
 

Most of the terms we use have some degree of ambiguity.

BFM is Bus Functional Model. All this means is that you have represented something with fidelity at the interface level. For example, for a CPU, it would represent the READ and WRITE operations the CPU does at its interface (such as AXI, Wishbone, or Avalon), but not internal code execution.

Where this term gets ambiguous is when it is applied to something. From a VHDL perspective, that something can be a procedure that implements READ and WRITE operations, or it could be an entity and architecture that receives abstract READ and WRITE requests through an abstract testbench interface and then implements proper interface signal wiggling on the respective DUT interface (again such as AXI, ...).

Pairing with BFM is FFM or Full Functional Model. This is a model that also implements some degree of fidelity of the design. As such a FFM of a CPU would be a code executing model - but while it may execute the code, there are degrees of fidelity with respect to timing (a multiply in an FFM may be done in 1 cycle where as the real device takes 4). RAM models are typically FFM as when you write to a location you need to read back the value from the same location.

VIP means Verification Intellectual Property. Like BFM, it too could be either a procedure or an entity and architecture.

I think the most clear term here is verification component (VC) - in VHDL at least, I have only heard that be applied to an entity and architecture.
 
  • Like
Reactions: rca

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top