Changes between Initial Version and Version 1 of DsxUsage


Ignore:
Timestamp:
Aug 21, 2006, 3:01:35 PM (18 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DsxUsage

    v1 v1  
     1= Basic usage =
     2
     3First, create your python-based soc description, you'll need dsx and SocLib modules:
     4
     5{{{
     6from dsx import *
     7from soclib import *
     8}}}
     9
     10Always import those two modules in this order or you'll experience some strange import failures.