查看完整内容
1. Create cds.lib
DEFINE WORK ./workdir
2. Create hdl.var
DEFINE WORK WORK
3. xmvlog
xmvlog will compile the source code into the WORK library, which is located at ./workdir
I personally don't recommend the 3-step flow. It's cumbersome. xrun single step flow is much easier.