Changeset 33
- Timestamp:
- Jun 17, 2009, 4:19:37 PM (15 years ago)
- Location:
- sources/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/Makefile.am
r27 r33 44 44 libgen_code_la_CXXFLAGS=-DGENERATED_MODULE_CFLAGS='"$(CXXFLAGS) -I$(prefix)/include"' $(CXXFLAGS) 45 45 46 include_HEADERS = systemc sc_fwd.h global_functions.h sc_time.h \ 47 sc_nbdefs.h sc_ver_ext.h systemcass_version_ext.h sc_module_name.h \ 48 sc_module_ext.h internal_ext.h casc.h sc_object.h sc_sensitive.h \ 49 serialization_ext.h module_hierarchy_ext.h sc_port_ext.h sc_event.h \ 50 sc_interface.h port_dependency_ext.h fsm_rules.h sc_signal.h \ 51 sc_clock_ext.h sc_unit.h sc_bit.h sc_nbdefs.h sc_fwd.h sc_logic.h \ 52 sc_nbdefs.h sc_fwd.h sc_string.h sc_numrep.h sc_string.h sc_bv.h \ 53 sc_nbdefs.h sc_logic.h sc_unsigned.h sc_nbdefs.h sc_logic.h \ 54 sc_signed.h sc_uint.h data_field.h sc_nbdefs.h sc_int.h sc_nbdefs.h \ 55 sc_lv.h sc_nbdefs.h sc_logic.h sc_unsigned.h sc_signed.h sc_uint.h \ 56 sc_int.h sc_biguint.h sc_nbdefs.h sc_bigint.h sc_nbdefs.h \ 57 sc_trace_ext.h alias.h sc_localvar.h sc_vcd_trace.h sc_pat_trace.h \ 58 systemc.h 46 include_HEADERS = alias.h casc.h data_field.h fsm_rules.h global_functions.h internal_ext.h module_hierarchy_ext.h port_dependency_ext.h sc_bigint.h sc_biguint.h sc_bit.h sc_bv.h sc_clock_ext.h sc_event.h sc_fwd.h sc_int.h sc_interface.h sc_localvar.h sc_logic.h sc_lv.h sc_module_ext.h sc_module_name.h sc_nbdefs.h sc_numrep.h sc_object.h sc_pat_trace.h sc_port_ext.h sc_sensitive.h sc_signal.h sc_signed.h sc_string.h sc_time.h sc_trace_ext.h sc_uint.h sc_unit.h sc_unsigned.h sc_vcd_trace.h sc_ver_ext.h serialization_ext.h systemc systemc.h systemcass_version_ext.h -
sources/src/global_functions.cc
r32 r33 35 35 */ 36 36 37 #include <cstdio> 37 38 #include <iostream> 38 39 #include <dlfcn.h> -
sources/src/sc_numrep.h
r1 r33 13 13 #define __SC_NUMREP_H__ 14 14 15 #include <cstdio> 15 16 #include <iostream> 16 17 #include "sc_string.h" -
sources/src/sc_vcd_trace.cc
r27 r33 41 41 #include "internal.h" 42 42 43 #include <cstdio> 43 44 #include <cassert> 44 45 #include <ctime> -
sources/src/schedulers.cc
r27 r33 45 45 //#include "module_hierarchy2dot.h" 46 46 47 #include <cstdio> 47 48 #include <cassert> 48 49 #include <iostream>
Note: See TracChangeset
for help on using the changeset viewer.