UVM 環境設置

2023-09-06
UVM

原本在練習SystemVerilog的時候是安裝ModelSim去跑,但是如果有UVM相關的code是沒辦法使用ModelSim去Compile,所以我下載了QuestaSim Starter Edition然後申請了一年的免費license,但是跟ModelSim一樣不能使用rand,所以如果要用到rand相關的功能我是去edaplayground去compile和執行。

下面是edaplayground的網頁,可以線上編輯code,compile和執行:
edaplayground