|
| Custom Xilinx M1 Functions for Workview Office's ViewDraw on Windows NT.
|
| To add these custom commands to the ViewDraw Tools menu in Workview Office, 
| invoke the VIEWlogic "custmenu" utility on this file, as follows:
|
|    custmenu xvdrawNT.txt
|
| Include the path to the .txt file if necessary.
|
| When you restart ViewDraw, the "Write Xilinx EDIF", Xilinx Functional Simulation",
| and "Read Xilinx Timing EDIF" commands will be available in the user portion of 
| the Tools menu.
|
| To use the Xilinx Functional Simulation command, vfuncsim.exe must be placed in
| the directory where Workview Office has been installed (or some other directory 
| listed in your PATH).
|
-type USER -regkey ViewDraw -text "&Write Xilinx EDIF" -cmd cmd.exe -arguments "/k edifneto -l xilinx $BLOCKNAME"
-type USER -regkey ViewDraw -text "Xilinx &Functional Simulation" -cmd vfuncsim.exe -arguments "$BLOCKNAME"
-type USER -regkey ViewDraw -text "Read Xilinx &Timing EDIF" -cmd cmd.exe -arguments "/k edifneti time_sim.edn"

