= Basic usage = First, create your python-based soc description, you'll need dsx and SocLib modules: {{{ from dsx import * from soclib import * }}} Always import those two modules in this order or you'll experience some strange import failures.