Ignore:
Timestamp:
Aug 24, 2009, 1:12:39 PM (15 years ago)
Author:
buchmann
Message:

Changes:

  • code cleanup
  • now prints correctly unsigned/signed (serialization.cc)

Fix:

  • when the --help option is used, there is no simulation performed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/dump_used_env.cc

    r27 r42  
    4343sc_core::get_used_env()
    4444{
    45   const char *compiler = getenv ("GCC");
     45  const char *compiler    = getenv ("GCC");
    4646  const char *systemc_dir = getenv ("SYSTEMCASS");
    4747  const char *target_arch = getenv ("TARGET_ARCH");
Note: See TracChangeset for help on using the changeset viewer.