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

Subversion Repositories soc_maker

[/] [soc_maker/] [trunk/] [spec/] [test_soc_lib/] [cores/] [core_A_rel1/] [00_core_a.yaml] - Blame information for rev 10

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 feddischso
SOCM_CORE
2 10 feddischso
name: Core A
3
description: A test IP-core, which has no functionallity
4
id: core_A,rel1
5 3 feddischso
date: 1.1.2014
6
license: LGPL
7
licensefile:
8
author: Christian Hättich
9
authormail: feddischson@opencores.org
10
repocmd:
11
toplevel: core_a
12
interfaces:
13
  :ifc01: SOCM_IFC
14
    name: core_AB_ifc
15
    dir: 0
16 10 feddischso
    id: core_AB_ifc,1
17 3 feddischso
    ports:
18
      :sig_con1a: SOCM_PORT
19
         defn: sig_a
20
         len:  param1
21
      :sig_con1b: SOCM_PORT
22
         defn: sig_b
23
         len:  param2
24
      :sig_con1c: SOCM_PORT
25
         defn: sig_c
26
         len:  1
27 8 feddischso
  :ifc02: SOCM_IFC
28
    name: core_AB_ifc
29
    dir: 1
30 10 feddischso
    id: core_AB_ifc,1
31 8 feddischso
    ports:
32
      :sig_con1ax: SOCM_PORT
33
         defn: sig_a
34
         len:  param1
35
      :sig_con1bx: SOCM_PORT
36
         defn: sig_b
37
         len:  param2
38
      :sig_con1cx: SOCM_PORT
39
         defn: sig_c
40
         len:  1
41 3 feddischso
 
42
 
43
hdlfiles:
44
   :core_a.vhd: SOCM_HDL_FILE
45
      use_syn: true
46
      use_sys_sim: true
47
      use_mod_sim: true
48
      type: vhdl
49
      path: ./core_a.vhd
50
 
51
inst_parameters:
52
  :param1: SOCM_PARAM
53
    type: integer
54
    default: 8
55
    min: 0
56
    max: 10
57
    visible: true
58
    editable: true
59
    description: More setup
60
  :param2: SOCM_PARAM
61
    type: integer
62
    default: 0
63
    min: 0
64
    max: 4
65
    visible: true
66
    editable: true
67
    description: More setup
68
  :param3: SOCM_PARAM
69
    type: integer
70
    default: 0
71
    min: 0
72
    max: 4
73
    visible: true
74
    editable: true
75
    description: More setup

powered by: WebSVN 2.1.0

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