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

Subversion Repositories socgen

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

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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