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

Subversion Repositories yac

[/] [yac/] [trunk/] [yac.yaml] - Blame information for rev 10

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 10 feddischso
SOCM_CORE
2
v_socm: 0.1.1
3
name: yac
4
id: yac,v0
5
description: 'Yet Another CORDIC Core'
6
date: '2015'
7
license: 'LGPL v3'
8
licensefile: ''
9
author: 'Christian Haettich'
10
authormail: 'feddischson@opencores.org'
11
vccmd: 'git clone https://github.com/feddischson/yac.git'
12
toplevel: cordic_iterative_wb
13
interfaces:
14
  :wb_ifc: SOCM_IFC
15
    name: Wishbone IFC
16
    dir: 1
17
    id: wishbone_sl,b3
18
    ports:
19
      :adr_i: SOCM_PORT
20
        len: 32
21
        spc_ref: adr
22
      :bte_i: SOCM_PORT
23
        len: 2
24
        spc_ref: bte
25
      :cti_i: SOCM_PORT
26
        len: 3
27
        spc_ref: cti
28
      :cyc_i: SOCM_PORT
29
        len: 1
30
        spc_ref: cyc
31
      :dat_i: SOCM_PORT
32
        len: 32
33
        spc_ref: dat_o
34
      :sel_i: SOCM_PORT
35
        len: 4
36
        spc_ref: sel
37
      :stb_i: SOCM_PORT
38
        len: 1
39
        spc_ref: stb
40
      :we_i: SOCM_PORT
41
        len: 1
42
        spc_ref: we
43
      :ack_o: SOCM_PORT
44
        len: 1
45
        spc_ref: ack
46
      :dat_o: SOCM_PORT
47
        len: 32
48
        spc_ref: dat_i
49
      :clk_i: SOCM_PORT
50
        len: 1
51
        spc_ref: clk
52
      :rst_i: SOCM_PORT
53
        len: 1
54
        spc_ref: rst
55
# :irq_ifc: SOCM_IFC
56
#   name: IRQ IFC
57
#   dir: 1
58
#   id: single,1
59
#   ports:
60
#     :irq_o: SOCM_PORT
61
#       len: 1
62
#       spc_ref: single
63
 
64
 
65
functions: {}
66
inst_parameters:
67
  :WB_ADR_WIDTH: SOCM_PARAM
68
    type: natural
69
    default: 0
70
    min: 0
71
    max: 0
72
    visible: true
73
    editable: false
74
    description: ''
75
  :N_ENTRIES: SOCM_PARAM
76
    type: natural
77
    default: 0
78
    min: 0
79
    max: 0
80
    visible: true
81
    editable: false
82
    description: ''
83
  :A_WIDTH: SOCM_PARAM
84
    type: natural
85
    default: 0
86
    min: 0
87
    max: 0
88
    visible: true
89
    editable: false
90
    description: ''
91
  :XY_WIDTH: SOCM_PARAM
92
    type: natural
93
    default: 0
94
    min: 0
95
    max: 0
96
    visible: true
97
    editable: false
98
    description: ''
99
  :GUARD_BITS: SOCM_PARAM
100
    type: natural
101
    default: 0
102
    min: 0
103
    max: 0
104
    visible: true
105
    editable: false
106
    description: ''
107
  :RM_GAIN: SOCM_PARAM
108
    type: natural
109
    default: 0
110
    min: 0
111
    max: 0
112
    visible: true
113
    editable: false
114
    description: ''
115
static_parameters: {}
116
hdlfiles:
117
  cordic_iterative_int: SOCM_HDL_FILE
118
    path: rtl/vhdl/cordic_iterative_int.vhd
119
    use_syn: true
120
    use_sys_sim: true
121
    use_mod_sim: true
122
    type: vhdl
123
  cordic_iterative_pkg: SOCM_HDL_FILE
124
    path: rtl/vhdl/cordic_iterative_pkg.vhd
125
    use_syn: true
126
    use_sys_sim: true
127
    use_mod_sim: true
128
    type: vhdl
129
  cordic_iterative_tb: SOCM_HDL_FILE
130
    path: rtl/vhdl/cordic_iterative_tb.vhd
131
    use_syn: false
132
    use_sys_sim: true
133
    use_mod_sim: true
134
    type: vhdl
135
  cordic_iterative_wb: SOCM_HDL_FILE
136
    path: rtl/vhdl/cordic_iterative_wb.vhd
137
    use_syn: true
138
    use_sys_sim: false
139
    use_mod_sim: false
140
    type: vhdl

powered by: WebSVN 2.1.0

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