Altera_Forum
Honored Contributor
16 years agoVerilog, System Verilog and SystemC
i confused about these languages.
Can somebody clarify on it: 1. For RTL design, Verilog or System Verilog should be used?Most of the article about System Verilog focus on verification. Which language is easier to user and perform well? 2. If the RTL design is written in Verilog, is it possible to use System Verilog to verify it? 3. Is it possible to mix Verilog and System Verilog in one design? e.g the design previously written in verilog, and realise that some new feature in System Verilog can enhance the performance of previous design. 4. Since System C and System Verilog both also system level design, when to use System C and System Verilog?According to my understanding, System C is used in starting of system design in order to predict the performance of software and hardware while System Verilog is used in verification for RTL. 5. How to determine which portion in a system should go to softcore or hardcore? Thanks and sorry if asking silly question(s)..