Searched refs:concat_port (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/unit/data/general/concat_port/
H A Dconcat_port.h22 concat_port.h --
39 /* Interface Filename: concat_port.h */
44 SC_MODULE( concat_port )
46 SC_HAS_PROCESS( concat_port );
61 concat_port (sc_module_name NAME, function
H A Dmain.cpp42 #include "concat_port.h"
61 concat_port D1 ("D1", clk, a, b, mode, ready, c, d, done);
H A Dconcat_port.cpp22 concat_port.cpp --
39 /* Implementation Filename: concat_port.cc */
42 #include "concat_port.h"
45 concat_port::entry()

Completed in 5 milliseconds