Skip to content

tub-msc/ordec

Repository files navigation

ORDeC

License REUSE status ORDeC on PyPI Read the Docs GitHub Actions Workflow Status

ORDeC (Open Rapid Design Composer) is an open-source custom IC design platform. Its goal is to provide an accessible and streamlined interface to design and analyze analog, mixed-signal and custom digital integrated circuits from schematic to layout. ORDeC consists of:

  • the ORD hardware description language (HDL) for design entry,
  • a data model and data structures for representing IC design data (such as schematics),
  • external tool integration (e.g. to Ngspice for simulation),
  • a web interface for immediate graphical feedback during the design process.

ORDeC is developed by the Mixed Signal Circuit Design Group at Technische Universität Berlin.

The development of ORDeC is currently at an early, experimental stage. The main branch of this repository provides a working demo of some basic features and ideas:

Getting Started

The easiest way to get started is via Docker:

docker pull ghcr.io/tub-msc/ordec:latest
docker run --rm -p 127.0.0.1:8100:8100 -it ghcr.io/tub-msc/ordec:latest

Then, access the web interface via the generated URL and try out examples.

Web interface screenshot

Further documentation is located in the docs/ folder and is available online: https://ordec.readthedocs.io/

Motivation

ORDeC's goal is to provide an accessible and streamlined interface to design and analyze analog, mixed-signal and custom digital integrated circuits from schematic to layout.

Established open-source interfaces for IC design are mostly based on old-fashioned technologies (Tcl/Tk, C etc.) and lack a coherent experience across design stages such as schematic entry, simulation and layout. ORDeC offers a hardware description language (HDL) and interactive web interface across design stages. In the future, a public web-based ORDeC instance might make it possible to get started in custom IC design without any local setup. ORDeC's core is written in Python and is designed to make it easy to analyze and transform design data.

Why a new HDL instead of a WYSIWYG interface? The motivation is to make custom IC design more software-like. Design data is made transparent and suitable for software-style version control (e.g. Git), which improves maintainability and makes it possible to adapt workflows from software engineering.

Further goals of ORDeC are: built-in support for open PDKs, and visualizing silicon area and energy efficiency as sustainability design parameters.

Contact

Questions and feedback via GitHub issues are welcome! Alternatively, feel free to email Tobias Kaiser (kaiser@tu-berlin.de).

Acknowledgements

This work is supported by the German Federal Ministry of Research, Technology and Space (BMFTR) under grant 16ME0996 (DI-ORDeC).

About

Custom IC Design Platform

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •