Changes between Initial Version and Version 1 of SoCLIB_configuration
- Timestamp:
- Jun 23, 2009, 8:04:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoCLIB_configuration
v1 v1 1 Modify .soclib/global.conf as the following: 2 3 {{{ 4 config.systemcass = Config( 5 base = config.systemc, 6 dir = "/path/to/systemcass/", 7 libs = ["-Wl,-rpath,%(libdir)s", "-L%(libdir)s", "-lsystemc", "-ldl"], 8 ) 9 10 config.use_systemcass = Config( 11 base = config.default, 12 systemc = config.systemcass, 13 repos = config.default.repos + "/systemcass", 14 ) 15 }}}