Christophe Alexandre
61824315e8
enables a empty abox for preplacement ...
2005-12-16 15:33:18 +00:00
Hugo Clement
6352ba5a46
libtool ...
2005-12-15 14:02:55 +00:00
Franck Wajsburt
5f57d53787
use 1/2 lambda wire
2005-12-05 13:59:38 +00:00
Jean-Paul Chaput
1f632cd1e2
reordre padlib pxlib
2005-11-08 10:23:34 +00:00
Franck Wajsburt
41b1b8936a
padreal missing
2005-11-08 10:13:51 +00:00
Franck Wajsburt
8c90fc0a96
bug correction
2005-11-08 10:02:19 +00:00
Franck Wajsburt
3cace04606
back to the older version, incorrect...
2005-11-08 10:00:26 +00:00
Franck Wajsburt
e001427c43
pb on pck
2005-11-07 14:50:37 +00:00
Franck Wajsburt
3aa0c67e06
clock driver. not tested.
2005-11-07 08:46:29 +00:00
Jean-Paul Chaput
9e7c59db7f
Solve the "bug" of missing VIAs around pad terminals. This was not really
...
a bug : the VIAs where too close of each others in ALU4,ALU5 nero discarting
silently one of them. With this modification we no longer respect the double
pitch for upper layers at the edge of the routing grid.
2005-10-18 09:17:30 +00:00
Jean-Paul Chaput
c62a2afedc
What a lot of bugs corrected. That's amazing.
...
Don't say more.
2005-10-17 23:11:06 +00:00
Franck Wajsburt
a2c50f2196
// is not # :-)
2005-10-14 14:56:04 +00:00
Franck Wajsburt
2f28eb3d93
ALU4 ALU5 ALU6 have the same design rules than ALU2
2005-10-14 14:41:11 +00:00
Jean-Paul Chaput
f460fc3511
Many bug corrections for the chip.
2005-10-13 12:44:40 +00:00
Franck Wajsburt
3d3f207c17
pad name connector problem.
2005-10-13 07:50:52 +00:00
Franck Wajsburt
1e86562930
connector names differ between ap and vbe
2005-10-13 07:33:42 +00:00
Franck Wajsburt
77ab044a0c
Pad connector was missing for those cells. done.
2005-10-12 15:02:45 +00:00
Franck Wajsburt
11e6b1d04c
oups vddi vssi was connected.
2005-10-12 10:13:19 +00:00
Franck Wajsburt
0b4cf7bc74
a single an unconnected connector t was not erased. done.
2005-10-12 09:03:45 +00:00
Franck Wajsburt
b5b9ccfe1a
graal and dreal didnot have the same color for the same layer.
2005-10-11 11:26:37 +00:00
Franck Wajsburt
10d3e03cc1
Add cont_via4, cont_via5, ... and remove few bugs. Note that cmos.graal allows the user
...
to add ALU7 and ALU8 but these layers is not defined in cmos.rds yet.
2005-10-11 11:09:48 +00:00
Franck Wajsburt
df61214b5b
big via CONT_VIA4 and CONT_VIA5 was not well defined, so was not used yet !
2005-10-11 10:00:33 +00:00
Franck Wajsburt
8a15ad8e4d
Previous version did not have transistors inside, the new one have, but not clock repeater yet.
...
generic timing values in vbe model are not modified but will be in a near future.
2005-10-11 09:40:30 +00:00
Jean-Paul Chaput
d71d74e1d8
Removed debug printing...
2005-10-10 15:55:45 +00:00
Jean-Paul Chaput
2806047b85
NeRo is now able to route a full chip.
...
Plus some goodies for Graham Petley.
2005-10-10 15:34:06 +00:00
Jean-Paul Chaput
7b7fb1015a
Bug: host target for SLA4x is do, not tsunami...
2005-10-04 16:20:38 +00:00
Jean-Paul Chaput
1d9eac35e8
Added path to pxlib in MBK_CATA_LIB.
2005-10-04 16:01:47 +00:00
Jean-Paul Chaput
a1956a3066
Forgot again.
2005-10-04 15:54:57 +00:00
Jean-Paul Chaput
fe26476c70
Integrating pxlib into alliance distribution.
2005-10-04 15:46:25 +00:00
Jean-Paul Chaput
51c5346363
New pad library compliant with SxLib gauge.
...
Imported by jpc on behalf of F. Wajburt.
2005-10-04 15:39:03 +00:00
Jean-Paul Chaput
3ff97c3b56
Forgotten SLA4x config variables.
2005-10-03 14:53:16 +00:00
Jean-Paul Chaput
6532dc1bc0
Added support for SLA4x.
2005-10-03 14:44:41 +00:00
Christophe Alexandre
972ad39ca7
Error in documentation on SY_RM and SY_RP
2005-08-31 14:16:51 +00:00
Hugo Clement
991e912833
Small README update.
2005-05-11 08:07:34 +00:00
Hugo Clement
45c3691114
Making Alliance compile with GCC 4.0
...
* reordering of functions in Pirouz' code
* fixed bug : variable declared as extern in .h and as static in .c
* adding some missing inclusions of string.h, stdlib.h (this suppresses some nasty warnings)
* fixed gcc version detection in ocp
2005-05-11 08:05:36 +00:00
The Alliance Tool
302167e710
* ppt/src :
...
- Hopefully the correct patch for Darwin...
2005-04-19 10:11:27 +00:00
The Alliance Tool
dceaa2b1ee
* ppt/src :
...
- Bug make pat_decl_y a reentrant parser. This bug shows only under
Darwin.
2005-04-18 13:06:21 +00:00
The Alliance Tool
77f9ed907f
* documentation/ :
...
- Bug : Oops, some debug things left.
2005-04-15 08:40:23 +00:00
The Alliance Tool
7b13ad0bd9
* alliance/src/ : porting under Darwin/MacOS X
...
- Bug : the Darwin link editor seems to be more strict, or having a
different policy about implicit static/extern variables. We have
to do a lot of cleanup to avoid symbols redefinition at link time.
We do hope it may solve the earlier bison problem with asimut...
2005-04-15 08:38:51 +00:00
Christophe Alexandre
590b046c5a
trying to distribute files generated from flex&bison to avoid strange results
...
on other architectures.
2005-04-13 15:41:33 +00:00
Jean-Paul Chaput
6ea06dbf32
* nero/src/ :
...
- New Feature : to allow routing reuse, NeRo is now able to build the
abstract of a mega-cell. That is, adds the relevant CALUx and TALUx
describing the interface at top-level.
- Bug : in the abstract generation, the intermediates TALUx metals of
a stacked VIA where forgotten. For example, when there is a VIA34
on top of a VIA23 you must have obstacles in TALU4 and TALU2 but
also a "dot" obstacle in TALU3. "Dot" obstacle are added only when
we process a layer in the preferred routing direction, otherwise
we would create a dot at each routing grid point...
2005-04-08 10:15:45 +00:00
Jean-Paul Chaput
be25914da2
* nero/src/ :
...
- Bug : the size of the non-default width VIA was not correctly computed.
The result was bigger obstacles cluttering the routing grid and
forcing unneeded detours.
2005-04-07 14:56:18 +00:00
Jean-Paul Chaput
883eda0309
* Update :
...
- Now uses the current Silicon Ensemble version 5.4.
2005-03-18 12:18:09 +00:00
Jean-Paul Chaput
6807296273
* Bug : suppress UNIT directive.
2005-03-01 14:59:15 +00:00
Jean-Paul Chaput
1197d2a7d6
* Bug release.
2005-02-17 15:44:36 +00:00
Jean-Paul Chaput
a31b5ec9de
* Bug correction (compliance with gcc 3.4.x).
2005-02-17 15:34:44 +00:00
Jean-Paul Chaput
cb56ada861
Remove extra debug printing.
2005-02-17 14:47:27 +00:00
Hugo Clement
5015799ed9
Par défaut, affichage de la bannière alliance.
2005-02-07 05:54:41 +00:00
Hugo Clement
354fa90154
- ajout dans les Makefile.am des -L et -I vers les chemins necessaires
...
pour pouvoir faire make sans make install
- struct timeb et ftime sont depreciees et non definies sous OSX,
appels remplaces par gettimeofday.
patch propose par Nicolas Pouillon.
2005-01-19 15:13:58 +00:00
Frederic Petrot
eab1cd4d15
Adding how to pan up down left right with the mouse wheel, and zooming
...
in and out too in the manual.
2004-12-21 22:10:51 +00:00