Changeset 38 for trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic
- Timestamp:
- May 31, 2007, 11:22:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/src/Select_Priority_Fixed_vhdl_testbench_transition.cpp
r15 r38 27 27 // (because we have no control on the ordonnancer's policy) 28 28 29 _vhdl_testbench->add_input (PORT_READ( in_NRESET)); 30 31 for (uint32_t i=0; i<_param._nb_entity; i++) 32 { 33 _vhdl_testbench->add_input (PORT_READ( in_VAL [i])); 34 if (_param._encoding_one_hot) 35 _vhdl_testbench->add_output(PORT_READ(out_ACK [i])); 36 } 37 38 if (_param._encoding_compact) 39 { 40 _vhdl_testbench->add_output(PORT_READ(out_ENTITY)); 41 _vhdl_testbench->add_output(PORT_READ(out_ENTITY_ACK)); 42 } 29 _interfaces->testbench(_vhdl_testbench); 30 43 31 // add_test : 44 32 // - True : the cycle must be compare with the output of systemC
Note: See TracChangeset
for help on using the changeset viewer.