Prepare Work

software: vlog;

input: adk.v;

output: components folders under .../work/;

see file tree

¡¡

Now we have the schematic of the circuit, on which we will further modify its structure and verify its functionality. One of the important step is to test the design to meet our requirement. This verification and test step is usually concurrently mixed with the modification of the design to finally deliver our design.

1)compile adk.v

-copy adk.v to .../s1238/

-vlib work

-vmap work work

-vlog adk.v

(The above steps are used to define the working directory, which is used to store the generated symbol, circuit models, etc.)