aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #88 from YosysHQ/issue72Eddie Hung2018-10-111-17/+6
|\
| * [timing] Restore and skip false startpointsEddie Hung2018-09-151-17/+6
* | clangformatDavid Shah2018-10-011-3/+1
* | ecp5: Debugging DRAM packingDavid Shah2018-10-011-0/+18
|/
* Fix for min_slack == max_slack => bin_size == 0Eddie Hung2018-08-221-4/+5
* Fix MSVC compileMiodrag Milanovic2018-08-091-0/+1
* timing: Remove unused variableDavid Shah2018-08-081-1/+0
* timing: Update to use getDelayNSDavid Shah2018-08-081-11/+14
* One more breadcrumbEddie Hung2018-08-081-0/+1
* Leave comment behind about removing false pathsEddie Hung2018-08-081-1/+1
* clangformatDavid Shah2018-08-081-6/+12
* Unfurl comments for clangformatEddie Hung2018-08-081-28/+12
* Also inc
<project>
    <shortName>mitmproxy</shortName>
    <fullName>mitmproxy</fullName>
    <version>1.0</version>
    <leftImage>logo-installer.png</leftImage>
    <logoImage>logo-installer-icon.png</logoImage>
    <componentList>
        <component>
            <name>default</name>
            <description>Default Component</description>
            <canBeEdited>1</canBeEdited>
            <selected>1</selected>
            <show>1</show>
            <folderList>
                <folder>
                    <description>Program Files</description>
                    <destination>${installdir}</destination>
                    <name>programfiles</name>
                    <platforms>all</platforms>
                    <distributionFileList>
                        <distributionFile>
                            <origin>logo.ico</origin>
                        </distributionFile>
                    </distributionFileList>
                </folder>
                <folder>
                    <description>Program Files/bin</description>
                    <destination>${installdir}/bin</destination>
                    <name>binaries</name>
                    <platforms>all</platforms>
                    <distributionFileList>
                        <distributionFile>
                            <allowWildcards>1</allowWildcards>
                            <excludeFiles>*/patho*</excludeFiles>
08-06
1-4/+5
| * | Add net_delays bool to Timing class to control net delay considerationEddie Hung2018-08-061-5/+6
| * | Unless slack_redist is enabled, ignore net delays so that budget gets evenly ...Eddie Hung2018-08-051-1/+1
| |/
* / WIP for new assign_budget() using topographical orderingEddie Hung2018-08-051-6/+165
|/
* timing: Fix slack histogram segfault with no pathsDavid Shah2018-08-051-1/+1
* Slack histogram to use ps granularity via int(Arch::getDelayNS() * 1000)Eddie Hung2018-08-041-3/+5
* Revert "Be cognisant that delay_t could be a non-integer type (if so, truncat...Eddie Hung2018-08-041-4/+4
* Be cognisant that delay_t could be a non-integer type (if so, truncate to int...Eddie Hung2018-08-041-4/+4
* Merge branch 'master' into slack_histogramEddie Hung2018-08-031-3/+3
|\
| * Auto frequency only if --freq 0 is setEddie Hung2018-08-031-6/+6
* | clangformatEddie Hung2018-08-031-14/+20
* | Add crude histogram feature, printed after placement and routingEddie Hung2018-08-031-3/+31
* | Remove spaceEddie Hung2018-08-031-1/+0
* | Refactor timing.cc into Timing classEddie Hung2018-08-031-97/+108
|/
* timing: Fix timing analysis when no paths found (e.g. ecp5 with no cell timin...David Shah2018-08-011-28/+33
* clangformat for stuff I've touchedEddie Hung2018-07-311-4/+4
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-311-11/+4
* Add --slack_redist_iter for ice40Eddie Hung2018-07-311-4/+5
* Update commentEddie Hung2018-07-301-2/+1