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
Frederic Petrot
9800f85e8b
Adding key modifiers to be able to scroll left/right and zoom/mooz
...
with the mouse wheel (this is really simple but very cool).
2004-12-15 09:44:00 +00:00
Jean-Paul Chaput
d6561da230
* nero/src/ :
...
- Bug : the global qualification of a net was independent of the RBox
choice. The bug occurs for designs about the size of the local/
global choice : when the routing is still local but some nets
have a size that made them global. In that cases terminals are
extented (for global routing) outside of the routing box :
in z=3 where z <= 2, which leads to immediate memory corruption.
2004-12-14 19:02:07 +00:00
Christophe Alexandre
30ad528b25
less restrictive with margins.
2004-11-22 16:26:59 +00:00
Ludovic Jacomme
24f9663898
- bug fix on Tof netlist
...
(i'm not proud of this hack/fix, but it's better than nothing ;) )
2004-10-29 13:47:26 +00:00
Frederic Petrot
2f5a9d9587
Erasing the psfig include from the file, changed the font to 10 pt
...
instead of 12 (sparing trees and not being payed by the thickness of
my production) and changing font to charter since I got tired of
Palatino, sorry Herman!
2004-10-16 12:52:17 +00:00
Frederic Petrot
96da779937
Removing the psfig input since firstly it was not used and
...
secondly the package is obsolete (not distributed within teTeX
anymore - at least on debian)
2004-10-16 12:03:12 +00:00
Jean-Paul Chaput
d4cfb10805
New LEF file converted with the new layers (see latest sea commit).
2004-09-29 22:08:33 +00:00
Jean-Paul Chaput
b72b047f6c
Added LEF description of the rf2lib library.
2004-09-29 21:50:28 +00:00
Jean-Paul Chaput
4027c8442a
Rename all layers name from "L_ALUx", and "L_VIAx" to "ALUx" and "VIAx",
...
"L_CONT" becomes "VIAP".
2004-09-29 21:40:46 +00:00
Jean-Paul Chaput
e264740548
* ./sea/src/LEF_drive_sxlib.c :
...
- Shooted myself in the other foot... Fixed typo : constant
C_DIRECTION_INPUT instead of C_DIRECTION_IN.
2004-09-28 07:11:58 +00:00
Jean-Paul Chaput
dc21a34b37
I fired myself in the foot. DESTDIR must never be prepended to
...
xxxdir in Makefile.am...
2004-09-27 23:03:57 +00:00
The Alliance Tool
0c2a1d61a8
* ./distrib/mkdistrib :
...
- Sets CFLAGS before building initial ".tar.gz" with "make dist", otherwise
includes & libraries are not found...
2004-09-27 16:36:57 +00:00
Jean-Paul Chaput
387a668971
* ./sea/src/LEF_drive_sxlib.c :
...
- Power supplies pins now in 'IN' mode instead of 'INOUT'.
2004-09-27 16:33:43 +00:00
Ludovic Jacomme
0e082a217e
- ;; in function declaration not allowed with GCC 3.4 !
2004-09-17 19:03:10 +00:00
Ludovic Jacomme
7470d8e8a1
- bug fix in vbh_dupvbtyp ! (pb with array types declaration in packages)
2004-09-17 19:01:11 +00:00