differences in verification languages

Status
Not open for further replies.

jayant

Junior Member level 1
Joined
Sep 22, 2004
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
100
what is the difference between e , vera, systemc & systemVerilog languages...please explain
 

Maybe the following is a refer:
Code:
verilog+pli         vera                e                     systemc        system-verilog
easy                  easy               hard                hard               easy
event base        cycle base     cycle base      cycle base     event base
co-simulation    co-simulation   co-simulation  co-simulation co-simulation
need pli to         can control      can control     can control     may control <--(control memory)
no class            class               class              class              class
slow                   quick              quick              quick               slow
no assert           assert             assert           no                    assert
IEEE                  synopsys       cadence         IEEE               synopsys/Cadence
random limit       random          random            random          random
 

this does not give overview of which features are supported in some language and missing in other.
 

If you want to know about what features is supported by one language, you should check the introduction chapter of User Guide of each language.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…