B. Menu Summary

Menu OptionShortcutDescription
FileNewCtl-x k Flushes the current circuit and begins a new one.  A dialog box will prompt for a new circuit file and top-level block name.
Open...Ctl-x Ctl-f Flushes the current circuit and reads a new circuit from a file.
Open Library...Ctl-x Ctl-l Reads library modules from a file.  The modules will be marked as library modules.  Only modules that to not supersede a current non-library module will be loaded.
SaveCtl-x Ctl-s Saves the current circuit to the current file.  If there is no current file, TkGate will prompt for a file name.
Save...Ctl-x Ctl-w Prompts for a file name and saves the circuit.  The specified file name will become the new current file.
Print...Ctl-x Ctl-p Prints a schematic diagram.  Schematics can be printed directly to the printer or to a file.
Options...Ctl-x o Brings up a dialog box allowing TkGate options to be set.
QuitCtl-x Ctl-c Exits TkGate.
EditCutCtl-w Cuts the selected gates and inserts them into the cut buffer.
CopyCtl-x x Copies the selected gates into the cut buffer.
PasteCtl-y Pastes the contents of the cut buffer.  If a mark is set, the gates will be pasted at the mark postion.  If no mark is set, the original position of the gates in the cut buffer will be used.
Select AllCtl-x a Selects all gates.
Find...Ctl-f Searches for a gate or wire containing a substring.
Align Vert.| Positions the selected gates such that they are vertically aligned.
Align Horz.- Positions the selected gates such that they are horizontally aligned.
ToolMove/ConnectF1 Enables move/connect mode.
Delete GateF2 Enables delete gate mode.
Cut WireF3 Enables cut wire mode.
InvertF4 Enables invert port mode.
Bit WidthF5 Enables set bit width mode.
Rot 0Ctl-F1 Sets rotation for new gates to 0.
Rot 90Ctl-F2 Sets rotation for new gates to 90.
Rot 180Ctl-F3 Sets rotation for new gates to 180.
Rot 270Ctl-F4 Sets rotation for new gates to 270.
CircuitCircuit Properties...Ctl-x E Sets global properties of a circuit.
Criticl Path...Ctl-x r List the critical paths of a circuit.
SimulateBegin SimulationCtl-s b Starts a simulation.
RunCtl-s g Puts the simulator into continuous simulation mode.
PauseCtl-s s Puts the simulator into single-step mode.
Step Epoch(s)space Steps the simulator a fixed number of epochs.  The step size can be set in the TkGate options box.
Step Cycletab Steps the simulator a fixed number of clock cycles plus a fixed number of epochs.  The number of cycles and the overstep can be set in the TkGate options box.
Breakpoint...Ctl-s k Creates a condition which will cause the simulator to transition from continuous simulation mode to single step mode.
Exec. Script...Ctl-s x Reads simulation commands from a script file.
Load Memory...Ctl-s l Loads a memory(ies) from a file.
Dump Memory...Ctl-s d Dumps a memory to a file.
ModuleOpen> Opens the currently selected module instance.
Close< Closes the current module and makes the next module up on the module stack the current module.  Also exits from "module interface" mode.
Set InterfaceCtl-b s Makes the interface of the currently selected module instance the default module interface.
Edit Interfaces...Ctl-b e Enters a mode allowing module interfaces for all module types to be edited.
New...Ctl-b n Creates a new module definition.
Delete...Ctl-b d Deletes a module definition.
Copy...Ctl-b c Copies a module definition to another module.
Rename...Ctl-b r Renames a module defintion.
Claim...Ctl-b l Convert a library module to a user module.
GateAdd Input[ Adds an input to the currently selected gate.  If the gate is a module instance, a special cursor will appear and you can select the position for the port.
Add Output] Adds an output to the currently selected gate.  If the gate is a module instance, a special cursor will appear and you can select the position for the port.
Add Bidir- Adds an inout to the currently selected gate.  If the gate is a module instance, a special cursor will appear and you can select the position for the port.
Change Type@ Changes the type (input, output or inout) of a port on a module instance.
Anchor SelectedCtl-x f Sets the anchor bit of all selected gates.  Anchored gates can not be moved with the mouse.
Unanchor SelectedCtl-x u Unsets the anchor bit of all selected gates.
Properties...E Edit properties of the selected gate.
ReplicateCtl-v Make multiple replicas of a gate.
Deletedel Delete the selected gate(s).
MakeI/OSwitchsMake a switch.
Dip SwitchdMake a dip switch.
GroundgMake a constant logic 0 element.
VddvMake a constant logic 1 element.
Wire MergewMake a wire merge element.
LEDlSingle bit LED
LED Barl[n]LED Bar Graph
7-Seg. LED (HEX)Lh7-Segment LED with hexidecimal encoding
7-Seg. LED (DEC)Ld7-Segment LED with decimal encoding.
7-Seg. LED (Direct)Ls7-Segment LED with direct encoding.
ClockcMake a clock.
TtyTMake a tty.
GateANDaMake a AND gate.
NANDAMake a NAND gate.
ORoMake an OR gate.
NOROMake a NOR gate.
XORxMake an XOR gate.
XNORXMake an XNOR gate.
BufferbMake a buffer.
InverteriMake an inverter.
Tri-BuffertMake a tri-state buffer.
NMOSCtl-t nMake a NMOS transistor.
PMOSCtl-t pMake a PMOS transistor.
ReductionANDCtl-r aMake a reduction AND gate.
NANDCtl-r AMake a reduction NAND gate.
ORCtl-r oMake a reduction OR gate.
NORCtl-r OMake a reduction NOR gate.
XORCtl-r xMake a reduction XOR gate.
XNORCtl-r XMake a reduction XNOR gate.
MSI2-1 MultiplexormMake a 2-1 multiplexor.
4-1 MultiplexorM 4Make a 4-1 multiplexor.
8-1 MultiplexorM 8Make an 8-1 multiplexor.
1-2 DecoderD 2Make a 1-2 decoder.
1-4 DecoderD 4Make a 1-4 decoder.
1-8 DecoderD 8Make a 1-8 decoder.
ALUAdder+Make an adder.
Multiplier*Make a multiplier.
Divider/Make a divider.
Left ShiftS LMake a left shifter.
Right ShiftS RMake a right shifter.
Arith. Right ShiftS AMake an arithmetic right shifter.
RollS OMake a roll shifter.
MemoryRegisterrMake a register.
RAMRMake a random access memory.
ROMuMake a read-only memory.
ModuleModule InstanceBMake a module instance.
Module Input}Make a module input port.
Module Output{Make a module output port.
Module InOut=Make a module inout port.
CommentCMake a comment.
FrameFMake a frame box.