General Questions

MyChip Station Pro

MyAnalog Station

MyVHDL Station

MyLogic Station

Educational Packages

MyChip StationTM V6.4

LayEd

MyDRC

LayNet

LayEd

1. What are the changes of V2.5 from the previous version?
2. What is .lay file?
3. Why do I get an invalid command when I open a design from a previous version with V2.5?
4. Are the customized short-cut keys saved?
5. What are the commands that I can type in the command bar?
6. How can I save my customized toolbar?
7. Can I lock the x-axis while using window stretch?
8. How can I change the grid size?
9. I want to keep drawing polygon not getting out of drawing mode.
10. How can I draw a rectangle and a square?
11. How can I draw a circle ?
12. How can I make only the metal1 layer visible?
13. How can I change the layer of the object?
14. How can I hide the origin point of LABEL(TEXT)?
15. How can I draw only horizontal, vertical and 45 angle edges?
16. I cannot find Text...
17. I cannot find Structure Reference and Array Reference...
18. I cannot find Edit-In-Place...
19. I cannot find Explode and Explode Path...
20. I cannot find Get, Put and select.
21. How to draw a rectangle with command bar?
22. How to move an object to horizontal or vertical direction only rather than any angled direction?
23. How to print out the specific area?

Answer

1. What are the changes of V2.5 from the previous version?
  Here are some of the major changes:
a. The way commands are executed has been changed. You have to select an object or objects first to issue most of the commands.
b. Some of the commands are gone. Get, Put, Clone and etc.
c. Drawing a rectangle has been changed. You have to click the first point and drag to the second point to finish the rectangle.
d. The commands are no longer stacked.
e. The default mode for clicking the mouse button has been changed from editing mode to selecting mode. There is no more accidental editing.

2. What is .lay file?
  lay file is a file which contains the grid size and several initial options of a project. If you do not have .lay file for the project, it will warn you when you open the project. When you close the project, the .lay file will be automatically generated.


3. Why do I get an invalid command when I open a design from a previous
version with V2.5?
  Some of the commands in .lay file are no longer available in V2.5. It is just a warning and it will not happen again.

4. Are the customized short-cut keys saved?
  The short cut keys you modified will be saved at $MYCAD\data\mychip\shortcut.key when you quit LayEd. The shortcut key format is different from the previous version. Previous shortcut keys has been translated to V21bind.key. Since a lot of commands can be directly manipulated, most keys are unbinded.

5. What are the commands that I can type in the command bar?
  All the commands you can type in the command bar are shown in customize keyboard dialog box. All lower case commands are maintained for backward compatibility. Any command start with uppercase is for new command name for V2.5.

6. How can I save my customized toolbar?
  The customized toolbar is saved in the registry. If you want to move the toolbar configuration from one computer to another, use regedit for Windows 95. Find HKEY_USERS/Software/Seodu. Use export registry file command to save it and import registry file to restore it.

7. Can I lock the x-axis while using window stretch?
  Use Control->Options, Window options section. Click HV:Horizonal/Vertical option.

8. How can I change the grid size?
  Choose Control->Options. Change X scale and Y scale.

9. I want to keep drawing polygon not getting out of drawing mode.
  You don't have to click the first point at the end to close the polygon. Double-click at the last point and it will close the polygon automatically and also remain in polygon mode. To end polygon mode, press ESC or click right mouse button.

10. How can I draw a rectangle and a square ?
  To draw a rectangle, click one point for the upper left corner and drag to the second point for the lower right corner and then release mouse button. To draw a square, press SHIFT key while drawing.

11. How can I draw a circle ?
  To draw a circle, press SHIFT key while drawing an ellipse. To make a circle smoother, increase the circle size (Choose Control->Options/Circle Size.) and decrease the grid sizes.

12. How can I make only the metal1 layer visible?
  Invoke the command bar by choosing Control->Command bar or SHIFT-F3. Type valyer off all. Type vlayer metal1 on. To restore all the layers in the layer pane, type vlayer on all. Type
SHIFT-F3 to hide command bar.

13. How can I change the layer of the object?
  Select an object and press Q to bring up Attribute dialog box. Change the layer by selecting from the drop down list.

14. How can I hide the origin point of LABEL(TEXT)?
  Choose Control->Options. Click Objects tab from the Options dialog box. Select Label from Types list and select Origin from Items list. Click the Visible check box off. Click OK to close options dialog box.

15. How can I draw only horizontal, vertical and 45 angle edges?
  Choose Create->Snap Mode->Octagonal 1-seg.

16. I cannot find Text...
  Text has been changed to Label. Choose Create->Label to put the text.

17. I cannot find Structure Reference and Array Reference...
  Structure Reference and Array Reference has been merged in one command, Instance. Choose Create->Instance to use structure and array reference.

18. I cannot find Edit-In-Place...
  Only Edit-In-Place by position is available. There is no separate zoom commands for Edit-In- Place. Select a sub cell and choose Edit->Others->Edit-In-Place. You can see the title bar of the working window is changing to "Cell name(Sub cell name)". To return to the original cell level, Choose Edit->Others->End Edit-In-Place.

19. I cannot find Explode and Explode Path...
  Explode and Explode Path has been changed to Flatten and Flatten Path, respectively.

20. I cannot find Get, Put and select.
  There is no longer two different commands, Get and Select from the user's viewpoint. Click an edge of any items to select.

21. How to draw a rectangle with command bar?
  Toggle on command bar by CTRL-V. Type rectangle 100 100 0 0. It will draw a rectangle with width 100 and height 100 at lower left corner at 0, 0 coordinate. However, the current version (V2.5) does not support all drawing commands like ellipse, path and etc.

22. How to move an object to horizontal or vertical direction only rather
than any angled direction?
  Select Control->Options. Click HV in Window options.

23. How to print out the specific area?
  Select View->Zoom In to specify the area and then Print.