Skip to content

Commit

Permalink
Merge pull request #27 from zhuanhao-wu/synthesis-test
Browse files Browse the repository at this point in the history
fix sreg-test
  • Loading branch information
rseac authored Dec 10, 2019
2 parents b69e745 + d186487 commit bf71252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/data/llnl-examples/sreg.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Placeholder for further modules */
// TODO: include example directory
#include "sreg.h"
#include "sc_stream.h"

#include <systemc.h>

Expand All @@ -13,7 +14,7 @@ SC_MODULE(test) {
}

SC_CTOR(test) {
SC_METHOD(mc);
SC_METHOD(mc_test);
}
};

Expand Down

0 comments on commit bf71252

Please sign in to comment.