gitCyan / uvm_tb_gen

generate UVM testbench using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uvm_tb_gen

generate UVM testbench using python

python uvm_tb_gen.py -p project name -i list -o list

example 1: one input agent, one output agent:		
           python uvm_tb_gen.py -p uart -i uart -o apb 
example 2: two input agent:	                             
           python uvm_tb_gen.py -p uart -i uart -i spi

About

generate UVM testbench using python


Languages

Language:Python 100.0%