| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple UVM example with Altair (Metrics) DSim Desktop and Xilinx Vivado Simulator (xsim).
Setup (optional)
source $HOME/metrics-ca/dsim/<DSim Version>/shell_activate.bash
export DSIM_LICENSE=$HOME/metrics-ca/dsim-license.jsonChange the path and tool version depending on your environment. Similar setup is done inside dsim.mk if this setup is not done.
Run a test
Makefile is available for Linux batch run.
make runDSim is selected by dafulat. You can explicitly specify DSim by the following.
make dsim_runSetup (Optional)
%LOCALAPPDATA%\metrics-ca\dsim\<DSim Version>\shell_activate.bat
set DSIM_LICENSE=%LOCALAPPDATA%\metrics-ca\dsim-license.jsonChange the path and tool version depending on your environment. Same setup is done inside make.bat.
Run a test (Comand Prompt)
Besides Makefile for Linux, ./make.bat for Windows is available. You can use similar commands as Linux make.
makeor
make build
make runRun a test (PowerShell)
For Windos PowerShell, ./ is necessary.
./make./make build
./make runSetup (Optional)
source /tools/Xilinx/Vivado/<Vivado Version>/settings64.shChange the path and tool version depending on your environment. Similar setup is done inside xsim.mk.
Batch Run
make runXsim is automatically used if the Xsim setup above is done. If both of DSim and Xsim setup are done, then, DSim is selected. In that case, you can explicitly specify Xsim adding USE_XSIM=1 environment variable.
export USE_XSIM=1
make runOr
env USE_XSIM=1 make runOr
make run USE_XSIM=1Alternatively, you can add xsim_ before the commands.
make xsim_runGUI launch
make gui| Back | FazBrowse Home | New Git URL |