Code Monkey home page Code Monkey logo

vlsi's Introduction

VLSI Project

This repository contains the code for the VLSI project which aims at optimizing how circuits are placed on a plate

Table of Contents

Introduction

This project is composed of 4 parts each of which implements a different technique for solving the problem

Requirements

Before running the solver, make sure you have the following installed on your system:

  • Python 3.x: The solver is written in Python, so you need to have Python 3.x installed.
  • Z3 Solver: The SMT approach uses the Z3 solver. You can install it via pip:
pip install z3-solver

You can also create a new conda environment by using the env.yml file

Usage

To run the project enter the desired folder based on the technique you want to use and read the README.

Folder Structure

The folder structure of the project is as follows:

VLSI/
  ├── CP/
  ├── MIP/
  ├── SAT/
  ├── SMT/
  ├── data/
  │    └── instances/
  ├── src/
  │    ├── model_main.py
  │    ├── model_rotation.py
  │    └── Solve_SMT.py
  ├── Report.pdf
  ├── env.yml
  └── README.md
  • CP/: contains all files to run Constraint Programming
  • SAT/: contains all files to run SAT
  • SMT/: contains all files to run the Satisfiability Modulo Theory
  • MIP/: contains all files to run MIP
  • data/instances/: Contains input instances.

vlsi's People

Contributors

edoardoconca avatar rullo16 avatar flebio avatar

Watchers

 avatar

Forkers

edoardoconca

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.