|
Last change
on this file since 922 was
258,
checked in by almaless, 13 years ago
|
|
Introduce a vci profiler for TSAR direct network
|
|
File size:
868 bytes
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # -*- python -*- |
|---|
| 3 | |
|---|
| 4 | __id__ = "$Id: vci_profiler.sd 2060 2011-02-20 Ghassan $" |
|---|
| 5 | __version__ = "$Revision: 2060 $" |
|---|
| 6 | |
|---|
| 7 | Module('caba:vci_profiler', |
|---|
| 8 | classname = 'soclib::caba::VciProfiler', |
|---|
| 9 | tmpl_parameters = [ |
|---|
| 10 | parameter.Module('vci_param', default = 'caba:vci_param'), |
|---|
| 11 | parameter.Module('iss_t'), |
|---|
| 12 | ], |
|---|
| 13 | header_files = ['../source/include/vci_profiler.h',], |
|---|
| 14 | implementation_files = ['../source/src/vci_profiler.cpp',], |
|---|
| 15 | ports = [ |
|---|
| 16 | Port('caba:vci_monitor', 'p_vci'), |
|---|
| 17 | Port('caba:bit_in', 'p_resetn', auto = 'resetn'), |
|---|
| 18 | Port('caba:clock_in', 'p_clk', auto = 'clock'), |
|---|
| 19 | ], |
|---|
| 20 | uses = [ |
|---|
| 21 | Uses('caba:base_module'), |
|---|
| 22 | Uses('common:mapping_table'), |
|---|
| 23 | Uses('caba:vci_buffers'), |
|---|
| 24 | Uses('config:config'), |
|---|
| 25 | Uses('common:iss2'), |
|---|
| 26 | Uses('caba:vci_cc_vcache_wrapper2_v1'), |
|---|
| 27 | ], |
|---|
| 28 | instance_parameters = [ |
|---|
| 29 | ], |
|---|
| 30 | extensions = [ |
|---|
| 31 | ], |
|---|
| 32 | ) |
|---|
Note: See
TracBrowser
for help on using the repository browser.