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

/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dgetres.h22 getres.h --
38 /* Filename getres.h */
39 /* This is the interface file for synchronous process `getres' */
43 SC_MODULE( getres )
45 SC_HAS_PROCESS( getres );
53 getres( sc_module_name NAME, function
H A Dgetres.cpp22 getres.cpp --
38 /* Filename getres.cc */
39 /* This is the implementation file for synchronous process `getres' */
41 #include "getres.h"
43 void getres::entry()
H A Dmain.cpp44 #include "getres.h"
68 getres OP("OPStage", clk, final_out, pop);

Completed in 3 milliseconds