1. ► BFM stands for Bus Flow Model.
2. ► Event Driven Simulation will stop if there are no more events.
3. ► Stimulus for simulation must always be in the form of binary data i.e. 0’s and 1’s.
4. ► Bus Monitors only snoop the bus and store the data in easily retrievable form.
5. ► Foreign Language Interfaces only exist for Hardware Description Languages such as Verilog.
6. ► SystemVerilog’s Direct Programming Interface is identical to Verilog Procedural Interface, just that it is more efficient.
7. ► The time used in Event Driven Simulation may not be same as the clock used in the design.
8. ► Verilog Procedural Interface and Programming Language Interface are two entirely distinct Foreign Language Interfaces.
9. ► Even Driven Simulation cannot simulate combinational circuits.
10. ► It is a good practice to have checkers which directly connect to RTL signals in various RTL components.