Skip to content

os-fpga/logic_synthesis-rs

Repository files navigation

Introduction

This repository is a collection of logic synthesis tools and utilities.

Requirements

The repository requires SSH key setup. Please see instructions at connecting-to-github-with-ssh

Repository Structure

.
|-- abc-rs
|-- Raptor_Tools
`-- de 

The repository has the following submodules:

  • abc-rs

  • Raptor_Tools

  • de directory contains sources of Design Explorer utility.

Build

After cloning the repository run the following commands.

  cd logic_synthesis-rs
  make
  make debug
  make test
  make install

Note 1: If you would like to update your local repository and build, then run the following commands.

  cd logic_synthesis-rs
  git pull
  make UPDATE_SUBMODULES=ON

Note 2: To build with production mode provide additional PRODUCTION_BUILD=ON make option.

  cd logic_synthesis-rs
  make PRODUCTION_BUILD=ON

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13