|
GOF integrates four function units, GofViewer,
GofTrace, GofECO,
GofCall
1. GofViewer: Text Mode Netlist Browser.
2. GofTrace: Partial incremental schematic
creation from netlist. It draws only gates and connections that users have interest in.
3. GofECO: Graphical ECO Environment. Change the Partial Schematic by add/replace/modify circuits.
4. GofCall: Netlist Processing APIs.
5. Interactions:
- GofViewer can launch GofTrace, and if ECO mode is enabled in GofTrace, GofECO will be loaded.
- Drag&Drop is supported between GofViewer and GofTrace.
- Use Send marked lines to schematic feature to load gates from GofViewer to GofTrace.
- Use Copy cells to other schematic feature to transfer gates between GofTrace schematic windows
- Click mouse right button to pop up menu to do more interactive commands.
6. Usage:
- Check Usage for detail.
- gof -synlib lib0.lib -v lib1.vlib +libext+.v -y library_directory netlist0.v netlist1.v
|