Verilog XL
Three different ways to specify the uselib directive
- M1 tools automatically add it
- Command line option
- verilog -y <path_to_xilinx>/verilog/data +libext+vmd testbench.v timesim.v
- Manually add the following line to simulation netlist
- `uselib <path_to_xilinx>/verilog/data libext=.vmd
- See solution 3167 for more information
Replace ¡°/¡± with ¡°_¡± in hierachy names
- ngd2ver -u
- See solution 2533 for more information