Value of properties can be expression.
authorStaf Verhaegen <staf@stafverhaegen.be>
Wed, 3 Jan 2018 20:36:22 +0000 (20:36 +0000)
committerStaf Verhaegen <staf@stafverhaegen.be>
Wed, 3 Jan 2018 21:37:17 +0000 (21:37 +0000)
commit92eb841f0a506ce776d511ec443769f5bcc2961f
treef38b5b71f3beb438d3839ca06eb56e953853d9a9
parent9804ebedbfd7db66849874bd11b167deb1bfed18
Value of properties can be expression.

Example found in the 2007.03 Liberty Reference Manual that was also found
in the wild:

    input_voltage(CMOS) {
        vil : 0.3 * VDD ;
        vih : 0.7 * VDD ;
        vimin : -0.5 ;
        vimax : VDD + 0.5 ;
    }

Current implementation just parses the expression but no interpretation is done.
passes/techmap/libparse.cc