I’m working on an FPGA project and planning to use UVM (Universal Verification Methodology) for verification. I’m confused about the timing of when to apply UVM in the design flow.
Should I develop my UVM testbench to work with:
- Pre-synthesis RTL code (Verilog/SystemVerilog behavioral code)
- Post-synthesis netlist (gate-level implementation)
I understand that UVM is a verification methodology, but I want to make sure I’m applying it at the correct stage of the FPGA design flow.
What is the standard practice in the industry? Any insights about the verification flow would be appreciated.