Changeset 58
- Timestamp:
 - Oct 14, 2015, 6:40:26 PM (10 years ago)
 - Location:
 - sources/src
 - Files:
 - 
          
- 3 edited
 
- 
          sc_fwd.h (modified) (1 diff)
 - 
          sc_module_ext.h (modified) (1 diff)
 - 
          sc_port.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
sources/src/sc_fwd.h
r52 r58 48 48 // Tracing 49 49 ///////////////////////////////////////////////// 50 classsc_trace_file;50 struct sc_trace_file; 51 51 52 52 /////////////////////////////////////////////////  - 
        
sources/src/sc_module_ext.h
r52 r58 67 67 68 68 69 structsc_module : public sc_object {69 class sc_module : public sc_object { 70 70 71 71 //////////////////////  - 
        
sources/src/sc_port.cc
r52 r58 53 53 extern char unstable; 54 54 char unstable = 0; // not in sc_core namespace because dynamic link support C linkage only 55 int32_t pending_write_vector_nb = 0;55 unsigned int pending_write_vector_nb = 0; 56 56 } 57 57  
Note: See TracChangeset
          for help on using the changeset viewer.
      