coriolis/vlsisapd/examples
Jean-Paul Chaput e7011ad480 * ./vlsisapd/openChams:
- Change: In Parameters, suppress the two separate maps, one for double
        and another for string (equations). We shouldn't suppose what kind
        of data an user can put in the parameter's value. Now that the
        parameters for the HB-Tree are to be integrated, we have not only
        double but boolean, integers and a direction string. The value are
        now stored in a raw fashion as strings. It is up to the parser/drivers
        (i.e OpenChamsParser/OpenChamsDriver) to give meaning to those strings
        and interpret them accordingly.
    - Change: In Circuit, helper templates (and some non-template) functions
        to cast a string into various types. All the POD through stringAs<>
        template, plus stringAsDirection() & stringAsBool(). Reverse functions
        templates asString<> are also avalaible.
        Note: Those helpers are of more general interest, we should displace
              them sooner or later into a common "Utility" sub-tool.
2012-03-22 14:37:22 +00:00
..
agds Python module are no more called pyMODULE.so but MODULE.so 2010-07-14 12:11:00 +00:00
cif Python module are no more called pyMODULE.so but MODULE.so 2010-07-14 12:11:00 +00:00
dtr Updated examples 2010-11-17 15:39:03 +00:00
liberty PYTHON libraries missing for linking. 2011-02-09 16:42:59 +00:00
openChams * ./vlsisapd/openChams: 2012-03-22 14:37:22 +00:00
spice Now includes cstring for exit(). 2011-06-28 10:50:56 +00:00
CMakeLists.txt A very simple "drive what I have parsed" example (C++ only): usual examples will follow 2011-05-06 09:25:32 +00:00