Skip to content

Commit bc778ab

Browse files
committed
Fixing header macro for FV model of the filter module
1 parent 9dff8ec commit bc778ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/filter/include/ips_filter_pv_model.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef IPS_FILTER_FILTER_HPP
2-
#define IPS_FILTER_FILTER_HPP
1+
#ifndef IPS_FILTER_PV_MODEL_HPP
2+
#define IPS_FILTER_PV_MODEL_HPP
33
#ifdef IPS_DEBUG_EN
44
#include <iostream>
55
#endif // IPS_DEBUG_ENi
@@ -23,7 +23,6 @@ SC_MODULE(Filter)
2323
* @brief Default constructor for Filter
2424
*/
2525
SC_CTOR(Filter);
26-
//template <typename IN, typename OUT, uint8_t N>
2726
#ifdef IPS_DUMP_EN
2827
Filter(sc_core::sc_module_name name, sc_core::sc_trace_file* wf)
2928
: sc_core::sc_module(name), wf(wf)
@@ -79,4 +78,4 @@ void Filter<IN, OUT, N>::init_kernel()
7978
}
8079
#endif // IPS_DEBUG_EN
8180
}
82-
#endif // IPS_FILTER_FILTER_HPP
81+
#endif // IPS_FILTER_PV_MODEL_HPP

0 commit comments

Comments
 (0)