Last change
on this file since 8 was
8,
checked in by simerabe, 15 years ago
|
new ring components for systemcass
|
File size:
818 bytes
|
Rev | Line | |
---|
[8] | 1 | # -*- python -*- |
---|
| 2 | |
---|
| 3 | __id__ = "$Id: gate.sd 917 2009-03-12 10:10:06Z nipo $" |
---|
| 4 | __version__ = "$Revision: 917 $" |
---|
| 5 | |
---|
| 6 | Signal('caba:gate_2', |
---|
| 7 | classname = 'soclib::caba::GateSignals2', |
---|
| 8 | accepts = {'caba:gate_initiator_2':1, |
---|
| 9 | 'caba:gate_target_2':1}, |
---|
| 10 | header_files = ['../source/include/gate_signals_2.h'], |
---|
| 11 | tmpl_parameters = [ |
---|
| 12 | parameter.Int('ring_cmd_data_size'), |
---|
| 13 | parameter.Int('ring_rsp_data_size'), |
---|
| 14 | ], |
---|
| 15 | |
---|
| 16 | ) |
---|
| 17 | |
---|
| 18 | PortDecl('caba:gate_initiator_2', |
---|
| 19 | classname = 'soclib::caba::GateInitiator2', |
---|
| 20 | signal = 'caba:gate_2', |
---|
| 21 | header_files = ['../source/include/gate_ports_2.h'], |
---|
| 22 | |
---|
| 23 | ) |
---|
| 24 | |
---|
| 25 | PortDecl('caba:gate_target_2', |
---|
| 26 | classname = 'soclib::caba::GateTarget2', |
---|
| 27 | signal = 'caba:gate_2', |
---|
| 28 | header_files = ['../source/include/gate_ports_2.h'], |
---|
| 29 | |
---|
| 30 | ) |
---|
| 31 | |
---|
| 32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.