SoC/UVM (2) 썸네일형 리스트형 [UVM] TLM이란 - 1 TLM은 Transaction Level Modeling 으로 트랜잭션 단위를 전송하는 것입니다. 오늘 다룰 것 : TLM이란 , TLM의 구성요소, port 예시 Transaction 단위란? 예를 들어서 class Transaction; rand bit [7:0] data; bit [1:0] source; bit [1:0] destination; // 생성자 function new(); // 생성자 로직... endfunction endclass 이런 코드가 있으면 저 클래스 하나단위 (data, source address, destination address setting)를 한 묶음으로 보내는걸 transaction이라 합니다. AMBA bus에서도 transaction에 대한 설명이 나옵니다. .. [UVM] UVM 기초 입문자들을 위한 사이트 추천 UVM에 대해서 A-Z로 공부하고 싶은데 다들 A 정도는 안다고 가정하고 G부터 가르친다.. 그래서 UVM 을 공부할만한 사이트를 뒤져보았다.. 먼저 선행할 것 : 객체! ( Class ) , System verilog 1. Chipverify https://www.chipverify.com/uvm/uvm-tutorial UVM Tutorial for Beginners UVM is a framework API used to build modular and scalable verification testbenches. Click here to learn UVM concepts ASAP using real simple examples right now ! www.chipverify.com 처음.. 이전 1 다음