├── LICENSE ├── README.md ├── plugin └── uvm_gen.vim └── templates ├── uvm_agent.sv ├── uvm_config.sv ├── uvm_driver.sv ├── uvm_env.sv ├── uvm_interface.sv ├── uvm_monitor.sv ├── uvm_pkg.sv ├── uvm_scoreboard.sv ├── uvm_sequence.sv ├── uvm_test.sv ├── uvm_test_top.sv └── uvm_transaction.sv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/README.md -------------------------------------------------------------------------------- /plugin/uvm_gen.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/plugin/uvm_gen.vim -------------------------------------------------------------------------------- /templates/uvm_agent.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_agent.sv -------------------------------------------------------------------------------- /templates/uvm_config.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_config.sv -------------------------------------------------------------------------------- /templates/uvm_driver.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_driver.sv -------------------------------------------------------------------------------- /templates/uvm_env.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_env.sv -------------------------------------------------------------------------------- /templates/uvm_interface.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_interface.sv -------------------------------------------------------------------------------- /templates/uvm_monitor.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_monitor.sv -------------------------------------------------------------------------------- /templates/uvm_pkg.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_pkg.sv -------------------------------------------------------------------------------- /templates/uvm_scoreboard.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_scoreboard.sv -------------------------------------------------------------------------------- /templates/uvm_sequence.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_sequence.sv -------------------------------------------------------------------------------- /templates/uvm_test.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_test.sv -------------------------------------------------------------------------------- /templates/uvm_test_top.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_test_top.sv -------------------------------------------------------------------------------- /templates/uvm_transaction.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjking/uvm_gen/HEAD/templates/uvm_transaction.sv --------------------------------------------------------------------------------