Searched refs:biquad (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad1/
H A Dbiquad.h22 biquad.h --
38 /* Filename biquad.h */
39 /* This is the interface file for synchronous process `biquad' */
43 SC_MODULE( biquad )
45 SC_HAS_PROCESS( biquad );
58 biquad( sc_module_name NAME, function
H A Dbiquad.cpp22 biquad.cpp --
38 /* Filename biquad.cc */
39 /* This is the implementation file for synchronous process `biquad' */
41 #include "biquad.h"
43 void biquad::entry()
H A Dmain.cpp38 /* Main routine for biquad simulation */
41 #include "biquad.h"
58 biquad filter("BFILTER", clk, sample, reset, result);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad2/
H A Dbiquad.h22 biquad.h --
38 /* Filename biquad.h */
39 /* This is the interface file for synchronous process `biquad' */
43 SC_MODULE( biquad )
45 SC_HAS_PROCESS( biquad );
58 biquad( sc_module_name NAME, function
H A Dbiquad.cpp22 biquad.cpp --
38 /* Filename biquad.cc */
39 /* This is the implementation file for synchronous process `biquad' */
41 #include "biquad.h"
43 void biquad::entry()
H A Dmain.cpp38 /* Main routine for biquad simulation */
41 #include "biquad.h"
65 biquad filter("BFILTER", clk, sample, reset, result);
/gem5/src/systemc/tests/systemc/misc/sim_tests/biquad/biquad3/
H A Dbiquad.h22 biquad.h --
38 /* Filename biquad.h */
39 /* This is the interface file for synchronous process `biquad' */
43 SC_MODULE( biquad )
45 SC_HAS_PROCESS( biquad );
56 biquad( sc_module_name NAME, function
H A Dbiquad.cpp22 biquad.cpp --
38 /* Filename biquad.cc */
39 /* This is the implementation file for synchronous process `biquad' */
41 #include "biquad.h"
43 void biquad::entry()
H A Dmain.cpp38 /* Main routine for biquad simulation */
41 #include "biquad.h"
61 biquad filter("BFILTER", sample, reset, result);

Completed in 8 milliseconds