Changes between Initial Version and Version 1 of SoCLIB_configuration


Ignore:
Timestamp:
Jun 23, 2009, 8:04:38 PM (15 years ago)
Author:
buchmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoCLIB_configuration

    v1 v1  
     1Modify .soclib/global.conf as the following:
     2
     3{{{
     4config.systemcass = Config(
     5       base = config.systemc,
     6       dir = "/path/to/systemcass/",
     7       libs = ["-Wl,-rpath,%(libdir)s", "-L%(libdir)s", "-lsystemc", "-ldl"],
     8       )
     9
     10config.use_systemcass = Config(
     11       base = config.default,
     12       systemc = config.systemcass,
     13       repos = config.default.repos + "/systemcass",
     14       )
     15}}}