Code Monkey home page Code Monkey logo

vlsi's Introduction

Python MiniZinc Matplotlib

VLSI

VLSI (Very Large Scale Integration) refers to the problem of placing a set of rectangular circuits of fixed height and width onto a silicon plate of width W in such a way that the plate’s final height H is minimized. This problem has become central in latter years, allowing modern smartphones to be small enough to carry comfortably around but to still contain a touchscreen, more than one camera and many other useful sensors (accelerometer, gyroscope, pedometer, temperature and lighting sensors, etc..). Note that in the precise application we are considering, rotation is not allowed. This is due to the fact that - in order for a device to work properly - each circuit should be placed with a fixed orientation with respect to the others. However, I still briefly explored how to modify our model in order to support rectangle rotation, abstracting away the details of the practical application we started from.

This project was realized for the Combinatorial Decision Making and Optimization course of my Master's degree in Artificial Intelligence and the problem was solved using two different approaches, Constraint Programming and Satisfiability Modulo a Theory. An example of the output of this work is shown below.

Final Proposed Network

A detailed explaination of how to run the MiniZinc code for the CP approach can be found here, while that for the SMT approach - which uses the Python library Z3Py - can be found here.

vlsi's People

Contributors

mwritescode avatar

Stargazers

 avatar

Watchers

 avatar

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.