Filter löschen
Filter löschen

Verilog Verification by using UVM without FPGA Circuit Board. Possible?

5 Ansichten (letzte 30 Tage)
Kyle
Kyle am 16 Aug. 2024
Beantwortet: Pratyush am 21 Aug. 2024
Hi all,
Seeking for you advise if I want to use simulink to do UVM for RTL Verilog verification.
I have seen this from Matlab website.
Seem like to do this verification, I require FPGA Circuit Board.
Would it be possible I do it without FPGA Board, just load my code adn do the verification through Simulink.
Thanks

Antworten (1)

Pratyush
Pratyush am 21 Aug. 2024
Hi Kyle,
To verify RTL Verilog designs using Simulink without an FPGA board, you can:
  • Use HDL Verifier for co-simulation, allowing your Verilog code to run in a simulated environment with Simulink.
  • Integrate these simulators with Simulink for co-simulation.
  • Use Simulink's test and verification tools to create test benches within the Simulink environment.
  • Convert Simulink models to HDL code for simulation in a software simulator.
  • Write UVM testbenches in a supported simulator and use Simulink for modeling and stimulus generation.
  • Interface MATLAB with SystemVerilog through DPI for a seamless verification environment.
These approaches allow for effective simulation and verification without the need for physical hardware.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by