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

Subversion Repositories socgen

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 135 jt_eaton
;                                                         -*-Scheme-*-
2
;;;
3
;;; Add the default component libraries
4
;;;
5
 
6
 
7
(reset-component-library)
8
;(reset-source-library)
9
 
10
 
11
 
12
;(component-library-search "./sym" "sym" )
13
 
14
(component-library-search "/home/johne/.gEDA/sym/frames" "frames" )
15
(component-library-search "/home/johne/.gEDA/sym/muxes" "muxes" )
16
(component-library-search "/home/johne/.gEDA/sym/ports" "ports" )
17
(component-library-search "/home/johne/.gEDA/sym/pads" "pads" )
18
(component-library-search "/home/johne/.gEDA/sym/regs" "regs" )
19
;(source-library "./sch")
20
(define geda-sym-path (build-path geda-data-path "sym"))
21
 
22
; NOTE: Some of the below component libraries below are commented out.
23
;       This was done because there are conflicting filenames within these
24
;       libraries.
25
(for-each
26
 (lambda (dir)
27
   (if (list? dir)
28
       (component-library (build-path geda-sym-path (car dir)) (cadr dir))
29
       (component-library (build-path geda-sym-path dir)))
30
   )
31
 (reverse '(
32
  ; Generic symbols
33
  ;  ("analog" "Basic devices")
34
  ;  ("connector" "Connectors (generic)")
35
  ;  ("diode" "Diodes (generic)")
36
  ;  ("io" "Input/output (generic)")
37
  ;  ("power" "Power rails")
38
  ;  ("radio" "Radio elements (generic)")
39
  ;  ("switch" "Switches (generic)")
40
  ;  ("titleblock" "Titleblocks (generic)")
41
  ;  ("IEC417" "IEC 60417")
42
  ; Common logic series
43
  ;  ("74" "74-series logic")
44
  ;  ("4000" "4000-series logic")
45
  ;  ("ecl" "ECL logic")
46
  ; Simulation
47
  ;  ("cascade" "Cascade simulation elements")
48
  ;  ("spice" "SPICE simulation elements")
49
  ;  ("switcap" "SWITCAP simulation elements")
50
  ; ASIC design
51
     ("asic" "Basic devices (ASIC)")
52
     ("asicpads" "Contact pads (ASIC)")
53
  ; Manufacturers
54
  ;  ("allegro" "Allegro Microsystems")
55
  ;  ("altera" "Altera")
56
  ;  ("amphenol" "Connectors (Amphenol)")
57
  ;  ("apex" "Apex Microtechnology")
58
  ;  ("dec" "DEC")
59
  ;  ("idt" "IDT")
60
  ;  ("irf" "International Rectifier")
61
  ;  ("lattice" "Lattice Semiconductor")
62
  ;  ("linear" "Linear Technology")
63
  ;  ("maxim" "Maxim/Dallas")
64
  ;  ("minicircuits" "Mini-Circuits")
65
  ;  ("national" "National Semiconductor")
66
  ;  ("philips" "Philips Electronics")
67
  ;  ("st" "ST Microelectronics")
68
  ;  ("xilinx" "Xilinx")
69
  ; Misc. stuff
70
  ;  ("bus" "PC104 bus")
71
  ;  ("memory" "Memory devices (misc)")
72
  ;  ("micro" "Microcontrollers (misc)")
73
  ;  ("transistor" "Transistors (misc)")
74
  ;  ("tube" "Vacuum tubes (misc)")
75
  ;  ("rf" "RF elements (misc)")
76
  ;  ("pla" "Programmable logic arrays (misc)")
77
  ;  ("supervisor" "Microprocessor supervisors (misc)")
78
  ;  ("opto" "Optocouplers (misc)")
79
  ;  ("relay" "Relays (misc)")
80
  ;  ("misc" "Misc. unsorted symbols")
81
  ("verilog" "Verilog")
82
 ;("vhdl" "Vhdl")
83
 ;("gnetman" "Gnetman")
84
   ; Other
85
    )))

powered by: WebSVN 2.1.0

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