There are other generators built into Electric.
These commands (in menu Tool / Generation) may be used:
- Coverage Implants Generator
Although individual MOS nodes and arcs have the proper amount of implant around them,
a collection of such objects may result in an irregular implant boundary.
To clean this up, you can place pure-layer nodes of implant that neatly cover the implant area.
This command does it automatically.
It removes previous pieces of coverage implant before running, so that the result is a clean cover.
- ROM Generator...
The ROM generator constructs many cells to describe a ROM from a personality file.
You will be prompted for the personality file.
The first line of the ROM personality file lists the degree of folding.
For example, a 256-word x 10-bit ROM with a folding degree of 4 will be implemented as a 64 x 40 array
with 4:1 column multiplexers to return 10 bits of data while occupying more of a square form factor.
The number of words and degree of folding should be powers of 2.
The remaining lines of the file list the contents of each word.
The parser is pretty picky.
There should be a carriage return after the list word, but no other blank lines in the file.
Here is a sample ROM file:
1
010101
011001
100101
101010
4
00000000
10000000
01000000
11000000
- Generate gate layouts (MoCMOS)
Generates a set of gates in the MOSIS CMOS technology.