Line | |
---|
1 | |
---|
2 | /** |
---|
3 | ** MARKER_BEGIN |
---|
4 | ** Auto-generated file, dont modify directly |
---|
5 | ** your changes will be lost ! |
---|
6 | ** |
---|
7 | ** Generated by DSX on 2010-09-14 10:44:49.434811 |
---|
8 | ** by choichil@tchaikovsky |
---|
9 | ** MARKER_END |
---|
10 | **/ |
---|
11 | |
---|
12 | #include <systemc> |
---|
13 | |
---|
14 | SC_MODULE(system_driver) |
---|
15 | { |
---|
16 | sc_core::sc_signal<bool> m_clock; |
---|
17 | sc_core::sc_signal<bool> m_resetn; |
---|
18 | uintptr_t m_topcell; |
---|
19 | |
---|
20 | protected: |
---|
21 | SC_HAS_PROCESS(system_driver); |
---|
22 | |
---|
23 | void gen_clock(); |
---|
24 | |
---|
25 | public: |
---|
26 | system_driver(sc_core::sc_module_name name); |
---|
27 | ~system_driver(); |
---|
28 | }; |
---|
Note: See
TracBrowser
for help on using the repository browser.