OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

[/] [socgen/] [trunk/] [tools/] [geda/] [dot_gEDA/] [gschemrc] - Blame information for rev 135

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 135 jt_eaton
;                                                         -*-Scheme-*-
2
;
3
; Init file for gschem
4
;
5
 
6
; magnetic-net-mode string
7
;
8
; Controls the initial setting of the magnetic net mode. The magnetic
9
; net mode marks a possible connection that is close to the current
10
; cursor position
11
(magnetic-net-mode "enabled")
12
;(magnetic-net-mode "disabled")
13
 
14
 
15
; log-window string
16
;
17
; Controls if the log message window is mapped when gschem is started up
18
; Possible options:
19
;       startup - opened up when gschem starts
20
;       later   - NOT opened up when gschem starts
21
;                 (can be opened by Options/Show Log Window)
22
;
23
;(log-window "startup")
24
(log-window "later")
25
 
26
; window-size width height
27
;
28
; Specifies the size of the drawing area window.  The width and height
29
; are specified in pixels and do not include the three menu bars and
30
; scrollbars (so the window will be larger than the specified
31
; measurements). Try to keep an aspect ratio of 1.333333 if at all possible.
32
; These numbers are NOT the true size of the window, but of the drawing area.
33
;
34
;(window-size 650 487)  ; Good size for 800x600
35
;(window-size 900 650)   ; Good size for 1024x768
36
;(window-size 950 712)  ; Good size for 1152x864
37
(window-size 1100 825) ; Good size for 1280x1024
38
 
39
 
40
; image-color string
41
;
42
; Controls if image (png) is color (enabled) or black/white (disabled)
43
;
44
;(image-color "enabled")
45
(image-color "disabled")
46
 
47
; Bus ripper controls
48
; The following keywords control the auto bus ripper addition code
49
;
50
; bus-ripper-size  : Sets the size of the auto bus rippers.
51
; bus-ripper-type  : Sets the bus ripper type either a "component" or
52
;                    plain "net"
53
; bus-ripper-syname  : If above is set to component, specify the symbol name.
54
;                      The symbol must exist in a component library
55
; bus-ripper-rotation  : Either "symmetric" or "non-symmetric".  This deals
56
;                        with how the bus ripper symbol is rotated when it
57
;                        is auto added to a schematic.
58
;
59
 
60
; The default bus ripper
61
(bus-ripper-size 200)
62
(bus-ripper-type "component")
63
(bus-ripper-symname "busripper-1.sym")
64
(bus-ripper-rotation "non-symmetric")
65
 
66
; A symmetric alternative
67
;(bus-ripper-size 200)
68
;(bus-ripper-type "component")
69
;(bus-ripper-symname "busripper-2.sym")
70
;(bus-ripper-rotation "symmetric")
71
 
72
; A simple net
73
;(bus-ripper-size 200)
74
;(bus-ripper-type "net")
75
 
76
 
77
; If you don't want a titleblock to be added automatically, then add one of
78
; the following lines to your gschemrc file (without the semicolon).
79
; There are several ways, so just choose one:
80
(define default-titleblock "")
81
;   (define default-titleblock '())
82
;   (define default-titleblock #f)
83
;
84
;(define default-titleblock "title-B.sym")
85
 
86
 
87
 
88
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.