source: trunk/modules/vci_synthetic_initator/caba/metadata/vci_synthetic_initator.sd @ 78

Last change on this file since 78 was 78, checked in by choichil, 14 years ago

Modification of the vci_synthetic_initiator draft

File size: 722 bytes
Line 
1# -*- python -*-
2
3Module('caba:vci_synthetic_initiator',
4       classname = 'soclib::caba::VciSyntheticInitiator',
5       tmpl_parameters = [parameter.Module('vci_param', default = 'caba:vci_param'),],
6       header_files = ['../source/include/vci_synthetic_initiator.h',],
7       implementation_files = ['../source/src/vci_synthetic_initiator.cpp',],
8       uses = [Uses('caba:base_module'),
9               Uses('common:loader'),
10               Uses('common:mapping_table'),
11               Uses('caba:generic_fifo'),
12               ],
13       ports = [Port('caba:vci_initiator','p_vci'),
14                Port('caba:bit_in', 'p_resetn', auto = 'resetn'),
15                Port('caba:clock_in', 'p_clk', auto = 'clock'),],
16)
Note: See TracBrowser for help on using the repository browser.