EnglishFrenchSpanish

Ad


OnWorks favicon

alliance-ocp - Online in the Cloud

Run alliance-ocp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command alliance-ocp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ocp
- Standard Cell Placer

SYNOPSIS


ocp [options] netlist outputname

DESCRIPTION


ocp is an automatic place tool for standard-cells.

input net-list
The netlist file describes the input net-list.
ocp supports a hierarchical net-list. In this case the net-list is flattened by the placer
according to the catalog file. The net-list format can be : structural VHDL, EDIF, or
ALLIANCE internal format according to the environment variable MBK_IN_LO.

output layout
The file containing the placed block will have the name outputname. This name is not
optionnal and must always be present. The output format is defined by the environment
variable MBK_OUT_PH.

OPTIONS


Optional cells placement file
-partial <NAME>
A user defined pre-placement can be specified, thanks to a placement file.
The optional placement file must be given by the user. It must have an extension that
denotes the format defined by the environment variable MBK_IN_PH.

Optional connectors placement
The placement of connectors can be also specified.
There are four ways to place connectors in a physical view :
-partial <NAME> pre-placed connectors defined by the user can be provided through the pre-
placement file. In that case, automatic connector placement is impossible.
-c option will automatically place the connectors randomly. The auto placement will set
connectors on each side of the abutment box.
-ring option will automatically place the connectors for the ring pad placement tool. The
placement is random but only on the north and south side unless the -ioc <NAME> option is
given, in which case the constraints given in the <NAME>.ioc file will be respected, but
with layers suitable for ring.
-ioc <NAME> option will place connectors as specified by the <NAME>.ioc given file.

Margin
It is possible to force the free area of the physical view.
The -margin <MARGIN> option allow to set The amount of free area added in percentage of
the cells area.
The resulting area will be equal to CELL_AREA * (1 + <MARGIN>).
By default, the margin value is 0.2 (20%)
-eqmargin option will distribute equitably the margin between cells. By default, the
biggest possible number of 2-pitch tie cells is inserted. This is done to have the best
well and bulk polarity.

Number of rows
-rows <NR> option forces the design to be placed in <NR> rows.
The abutment box's width is automatically generated.
This option won't be used if a defined placement file is given.

Verbose mode
-v set the verbose mode on

Gnuplot
-gnuplot option allow to generate automatically gnuplot files, for editing statistics

IOC format


The IOC format is based on Cadence input-output connectors placement description.
The description is composed of 5 possibles sections: TOP(), BOTTOM(), LEFT(), RIGHT(), and
IGNORE()
In each section except IGNORE(), there are placed IOs.
In the IGNORE() section, the IOs are ignored by OCP.
In every section, the IO syntax could be:
for pin: (IOPIN iopinName.0 );
for space: SPACE value;
The capital words are keywords. orientation is not required.
The value is the space (number of pitches) between the IO above and the IO below it.
Example
TOP ( # IOs are ordered from left to right
(IOPIN b(3).0 );
(IOPIN cin.0 );
(IOPIN ck.0 );
(IOPIN cout.0 );
)
BOTTOM ( # IOs are ordered from left to right
(IOPIN i(3).0 );
(IOPIN i(4).0 );
(IOPIN i(5).0 );
(IOPIN i(6).0 );
)

IGNORE ( # IOs are ignored(not placed) by IO Placer
)

ENVIRONMENT VARIABLES


ocp uses the environment variables MBK_VDD and MBK_VSS to know the name of the power
signals vdd and vss.

Use alliance-ocp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad