URL
https://opencores.org/ocsvn/soc_maker/soc_maker/trunk
Subversion Repositories soc_maker
[/] [soc_maker/] [trunk/] [spec/] [test_soc.yaml] - Rev 6
Go to most recent revision | Compare with Previous | Blame | View Log
SOCM_SOC
name: test_soc
description: 'This is a test SOC'
version: v1
date: '13. May 2014'
license: 'GPL'
licensefile: ''
author: 'feddischson'
authormail: 'feddischson [ at ] opencores.org'
vccmd: ''
interfaces:
:top_ifc: SOCM_IFC
name: core_AB_ifc
dir: 0
version: "1"
ports:
:sig_con1a: SOCM_PORT
defn: sig_a
len: 8
:sig_con1b: SOCM_PORT
defn: sig_b
len: 8
:sig_con1c: SOCM_PORT
defn: sig_c
len: 1
functions: {}
inst_parameters: {}
static_parameters: {}
cores:
:inst_a: SOCM_INST
type: core_Arel1
params:
:param1: 8
:param2: 8
:param3: 16
:inst_b: SOCM_INST
type: core_Arel1
params:
:param1: 8
:param2: 16
:param3: 16
:inst_c: SOCM_INST
type: core_Brel1
params: {}
:inst_d: SOCM_INST
type: core_Brel1
params: {}
static: {}
cons:
:a_new_con:
:rule: or
:mapping:
- :inst_a: :ifc01
- :inst_c: :myifc
# :top_con:
# :rule: or
# :mapping:
# - :test_soc: :top_ifc
# - :inst_d: :myifc
hdlfiles: {}
toplevel: test_soc_top
Go to most recent revision | Compare with Previous | Blame | View Log