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 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 feddischso
SOCM_CORE
2
name: core_A
3
description: A test IP-core
4
version: rel1
5
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
    version: "1"
17
    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
 
28
 
29
hdlfiles:
30
   :core_a.vhd: SOCM_HDL_FILE
31
      use_syn: true
32
      use_sys_sim: true
33
      use_mod_sim: true
34
      type: vhdl
35
      path: ./core_a.vhd
36
 
37
inst_parameters:
38
  :param1: SOCM_PARAM
39
    type: integer
40
    default: 8
41
    min: 0
42
    max: 10
43
    visible: true
44
    editable: true
45
    description: More setup
46
  :param2: SOCM_PARAM
47
    type: integer
48
    default: 0
49
    min: 0
50
    max: 4
51
    visible: true
52
    editable: true
53
    description: More setup
54
  :param3: SOCM_PARAM
55
    type: integer
56
    default: 0
57
    min: 0
58
    max: 4
59
    visible: true
60
    editable: true
61
    description: More setup

powered by: WebSVN 2.1.0

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