Giter Site home page Giter Site logo

opendp's People

Contributors

mgwoo avatar sanggido avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

opendp's Issues

about score

Thank you for sharing! Can you provide the code to generate score based on iccad2017 competition scoring standard?

Truncation of output def for large designs

Hi,

I noticed that for large designs, the output def is often truncated as a result of the parser.write_def function found in parser.cpp. On my installation I added a fclose(fileOut); on the line following the closing brace on 2131, before printing the success message, which fixed this issue. Specifically...

      fwrite( line.c_str(), line.length(), 1, fileOut );
    }
  }
  fclose(fileOut); 
  cout << " DEF file write success !! " << endl;

Floating point exceptions on provided benchmarks

Hi there,

I can't seem to get the provided benchmarks to run on a fresh build of your detailed placer.

Specifically, the command (from the OpenDP/build directory containing the opendp executable) is:

$./opendp -lef ../bench/benchmarks/pci_bridge32_a_md1/cells_modified.lef -def ../bench/benchmarks/pci_bridge32_a_md1/placed.def -output_def test.out.def

The output is:

===========================================================================
   Open Source Mixed-Height Standard Cell Detail Placer < OpenDP_v1.0 >
   Developers : SangGi Do, Mingyu Woo
===========================================================================
Reading ../bench/benchmarks/pci_bridge32_a_md1/cells_modified.lef is Done

-------------------- INPUT FILES ----------------------------------
 benchmark name    : pci_bridge32_a_md1
 directory         : ../bench/benchmarks
 lef               : ../bench/benchmarks/pci_bridge32_a_md1/cells_modified.lef
 def               : ../bench/benchmarks/pci_bridge32_a_md1/placed.def
-------------------------------------------------------------------
Parsed 10000 number of lines!!
Parsed 20000 number of lines!!
Parsed 30000 number of lines!!
Parsed 40000 number of lines!!
Parsed 50000 number of lines!!
Parsed 60000 number of lines!!
[1]    102331 floating point exception  ./opendp -lef ../bench/benchmarks/pci_bridge32_a_md1/cells_modified.lef -def

Although this pci bridge case was chosen, several examples fail with the same error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.