cdd41ef689- bug fix: WITH SELECT using single bit signal
Ludovic Jacomme
2007-09-14 17:40:37 +0000
d5236e86f5Correct the bug introduced by gcc 4.x compliance. Basically : you cannot uses ABL_ARITY_L() macro with the '--' (postfixed decrement) because a pointer is unsigned and crossing zero seems to produce strange results in our case.
Jean-Paul Chaput
2007-07-18 16:37:36 +0000
18a20b5227Replace obsolete tag Copyrigth by License.
Jean-Paul Chaput
2007-06-12 15:34:19 +0000
da4c45aaccAdding rf2lib to the MBK_CATA_LIB.
Jean-Paul Chaput
2006-10-05 10:09:25 +0000
8460c02f06nck must be "inout" and not "out".
Jean-Paul Chaput
2006-10-04 12:02:56 +0000
f633afac72Make OCR compile on intel mac with gcc 4 : PRIO_MAX seems to be a macro defined elsewhere.
Hugo Clement
2006-07-03 17:43:34 +0000
785e1164c9* sea/src/DEF_actions.c : - It seems that the new DEF format (rev. 5.4) no longer repeats the default VIAs. So we have to load them by hand directly inside the parser.
Jean-Paul Chaput
2006-06-28 13:25:07 +0000
ca05a0811f* Bug : when merging terminals, now uses the lowest index instead of the latest. This avoid to be out of bound.
Jean-Paul Chaput
2006-04-12 16:33:00 +0000
80f6732ceaLatest rom cells by A. Greiner.
Jean-Paul Chaput
2006-04-12 13:56:38 +0000
3cace04606back to the older version, incorrect...
Franck Wajsburt
2005-11-08 10:00:26 +0000
e001427c43pb on pck
Franck Wajsburt
2005-11-07 14:50:37 +0000
3aa0c67e06clock driver. not tested.
Franck Wajsburt
2005-11-07 08:46:29 +0000
9e7c59db7fSolve 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.
Jean-Paul Chaput
2005-10-18 09:17:30 +0000
c62a2afedcWhat a lot of bugs corrected. That's amazing.
Jean-Paul Chaput
2005-10-17 23:11:06 +0000
a2c50f2196// is not # :-)
Franck Wajsburt
2005-10-14 14:56:04 +0000
2f28eb3d93ALU4 ALU5 ALU6 have the same design rules than ALU2
Franck Wajsburt
2005-10-14 14:41:11 +0000
f460fc3511Many bug corrections for the chip.
Jean-Paul Chaput
2005-10-13 12:44:40 +0000
3d3f207c17pad name connector problem.
Franck Wajsburt
2005-10-13 07:50:52 +0000
1e86562930connector names differ between ap and vbe
Franck Wajsburt
2005-10-13 07:33:42 +0000
77ab044a0cPad connector was missing for those cells. done.
Franck Wajsburt
2005-10-12 15:02:45 +0000
11e6b1d04coups vddi vssi was connected.
Franck Wajsburt
2005-10-12 10:13:19 +0000
0b4cf7bc74a single an unconnected connector t was not erased. done.
Franck Wajsburt
2005-10-12 09:03:45 +0000
b5b9ccfe1agraal and dreal didnot have the same color for the same layer.
Franck Wajsburt
2005-10-11 11:26:37 +0000
10d3e03cc1Add 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.
Franck Wajsburt
2005-10-11 11:09:48 +0000
df61214b5bbig via CONT_VIA4 and CONT_VIA5 was not well defined, so was not used yet !
Franck Wajsburt
2005-10-11 10:00:33 +0000
8a15ad8e4dPrevious 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.
Franck Wajsburt
2005-10-11 09:40:30 +0000
6532dc1bc0Added support for SLA4x.
Jean-Paul Chaput
2005-10-03 14:44:41 +0000
972ad39ca7Error in documentation on SY_RM and SY_RP
Christophe Alexandre
2005-08-31 14:16:51 +0000
991e912833Small README update.
Hugo Clement
2005-05-11 08:07:34 +0000
45c3691114Making Alliance compile with GCC 4.0
Hugo Clement
2005-05-11 08:05:36 +0000
302167e710* ppt/src : - Hopefully the correct patch for Darwin...
The Alliance Tool
2005-04-19 10:11:27 +0000
dceaa2b1ee* ppt/src : - Bug make pat_decl_y a reentrant parser. This bug shows only under Darwin.
The Alliance Tool
2005-04-18 13:06:21 +0000
77f9ed907f* documentation/ : - Bug : Oops, some debug things left.
The Alliance Tool
2005-04-15 08:40:23 +0000
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...
The Alliance Tool
2005-04-15 08:38:51 +0000
590b046c5atrying to distribute files generated from flex&bison to avoid strange results on other architectures.
Christophe Alexandre
2005-04-13 15:41:33 +0000
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...
Jean-Paul Chaput
2005-04-08 10:15:45 +0000
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.
Jean-Paul Chaput
2005-04-07 14:56:18 +0000
883eda0309* Update : - Now uses the current Silicon Ensemble version 5.4.
Jean-Paul Chaput
2005-03-18 12:18:09 +0000
cb56ada861Remove extra debug printing.
Jean-Paul Chaput
2005-02-17 14:47:27 +0000
5015799ed9Par défaut, affichage de la bannière alliance.
Hugo Clement
2005-02-07 05:54:41 +0000
354fa90154- ajout dans les Makefile.am des -L et -I vers les chemins necessaires pour pouvoir faire make sans make install
Hugo Clement
2005-01-19 15:13:58 +0000
eab1cd4d15Adding how to pan up down left right with the mouse wheel, and zooming in and out too in the manual.
Frederic Petrot
2004-12-21 22:10:51 +0000
9800f85e8bAdding key modifiers to be able to scroll left/right and zoom/mooz with the mouse wheel (this is really simple but very cool).
Frederic Petrot
2004-12-15 09:44:00 +0000
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.
Jean-Paul Chaput
2004-12-14 19:02:07 +0000
30ad528b25less restrictive with margins.
Christophe Alexandre
2004-11-22 16:26:59 +0000
24f9663898- bug fix on Tof netlist (i'm not proud of this hack/fix, but it's better than nothing ;) )
Ludovic Jacomme
2004-10-29 13:47:26 +0000
2f5a9d9587Erasing 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!
Frederic Petrot
2004-10-16 12:52:17 +0000
96da779937Removing the psfig input since firstly it was not used and secondly the package is obsolete (not distributed within teTeX anymore - at least on debian)
Frederic Petrot
2004-10-16 12:03:12 +0000
d4cfb10805New LEF file converted with the new layers (see latest sea commit).
Jean-Paul Chaput
2004-09-29 22:08:33 +0000
b72b047f6cAdded LEF description of the rf2lib library.
Jean-Paul Chaput
2004-09-29 21:50:28 +0000
4027c8442aRename all layers name from "L_ALUx", and "L_VIAx" to "ALUx" and "VIAx", "L_CONT" becomes "VIAP".
Jean-Paul Chaput
2004-09-29 21:40:46 +0000
e264740548* ./sea/src/LEF_drive_sxlib.c : - Shooted myself in the other foot... Fixed typo : constant C_DIRECTION_INPUT instead of C_DIRECTION_IN.
Jean-Paul Chaput
2004-09-28 07:11:58 +0000
dc21a34b37I fired myself in the foot. DESTDIR must never be prepended to xxxdir in Makefile.am...
Jean-Paul Chaput
2004-09-27 23:03:57 +0000
0c2a1d61a8* ./distrib/mkdistrib : - Sets CFLAGS before building initial ".tar.gz" with "make dist", otherwise includes & libraries are not found...
The Alliance Tool
2004-09-27 16:36:57 +0000
387a668971* ./sea/src/LEF_drive_sxlib.c : - Power supplies pins now in 'IN' mode instead of 'INOUT'.
Jean-Paul Chaput
2004-09-27 16:33:43 +0000
0e082a217e- ;; in function declaration not allowed with GCC 3.4 !
Ludovic Jacomme
2004-09-17 19:03:10 +0000
7470d8e8a1- bug fix in vbh_dupvbtyp ! (pb with array types declaration in packages)
Ludovic Jacomme
2004-09-17 19:01:11 +0000
e1191726a9- initialize signals to 0 with ASIMUT
Ludovic Jacomme
2004-09-09 20:03:49 +0000
0de5942886- add vdd/vss in digi.pat
Ludovic Jacomme
2004-09-09 19:45:14 +0000
3c4f840a38- bug fix in lax parameter parsing (it may happens that wrong values are computed/introduced under Redhat 9) - bug fix in xsch driver : the VST driver may add intermediate signals and loon has no idea of those signals after driving the resulting optimized netlist. Loon then displayed the message -> "signal foo not found in hash table" and stopped. Now it adds those signals in its internal hash table, and there is no longer error.
Ludovic Jacomme
2004-09-07 21:16:11 +0000
3ba8720f88Replacing rflib cells by the Adrijean version should be debugged.
Jean-Paul Chaput
2004-09-06 13:47:46 +0000
4a6322ab76- no more C4 parameters in lax files
Ludovic Jacomme
2004-09-04 21:46:34 +0000
ad69040777- idem
Ludovic Jacomme
2004-09-04 21:45:47 +0000
021241e122- remove dead code in lax parser - C indent :) - new feature, we can now use float instead of pure integer in Delay/Capa parameters - merge loon and boog lax parser code
Ludovic Jacomme
2004-09-04 21:45:25 +0000
667c411d14- bug fix in AP parser (pb when scale_X is big)
Ludovic Jacomme
2004-09-04 09:11:52 +0000