Commit Graph

  • cdd41ef689 - bug fix: WITH SELECT using single bit signal Ludovic Jacomme 2007-09-14 17:40:37 +0000
  • d5236e86f5 Correct 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
  • 18a20b5227 Replace obsolete tag Copyrigth by License. Jean-Paul Chaput 2007-06-12 15:34:19 +0000
  • 6525f02ff6 DRC error (remove C_X_x, corner transistors). Jean-Paul Chaput 2006-10-25 10:03:55 +0000
  • da4c45aacc Adding rf2lib to the MBK_CATA_LIB. Jean-Paul Chaput 2006-10-05 10:09:25 +0000
  • 8460c02f06 nck must be "inout" and not "out". Jean-Paul Chaput 2006-10-04 12:02:56 +0000
  • f633afac72 Make 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
  • ac7eb8d289 * ./alliance/src/cells/src/romlib/ : - Updated to latest Alain Greiner version. Jean-Paul Chaput 2006-06-07 19:20:05 +0000
  • 4a382f312a minor bug in PCon creation Christophe Alexandre 2006-05-24 13:34:21 +0000
  • 90cbee404a version bison Christophe Alexandre 2006-05-04 17:13:25 +0000
  • b9d51da541 Allowing more than 64 chars filenames .... Christophe Alexandre 2006-05-04 16:29:52 +0000
  • 06baca7072 * nero/src/ : - Removing annoying debug message. Jean-Paul Chaput 2006-04-28 07:51:54 +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
  • 80f6732cea Latest rom cells by A. Greiner. Jean-Paul Chaput 2006-04-12 13:56:38 +0000
  • a2f5a457f5 Bug Correction vss] replaced by vss Damien Dupuis 2006-04-10 09:13:52 +0000
  • 90aeb41c1e New version with user provided connectors Christophe Alexandre 2006-03-30 19:07:47 +0000
  • 1b519c1142 * gcc4 compatible : no cast like (Foo*)bar=foo; use bar=(Bar*)foo; Christophe Alexandre 2006-03-29 17:11:09 +0000
  • 3c20c0416a orthography Christophe Alexandre 2006-03-25 19:17:44 +0000
  • dfb13cb7de Bug coorection in Pad verification : pModel wasn't reassigned ! Now using pIns->model ! Damien Dupuis 2006-01-05 16:45:27 +0000
  • 61824315e8 enables a empty abox for preplacement ... Christophe Alexandre 2005-12-16 15:33:18 +0000
  • 6352ba5a46 libtool ... Hugo Clement 2005-12-15 14:02:55 +0000
  • 5f57d53787 use 1/2 lambda wire Franck Wajsburt 2005-12-05 13:59:38 +0000
  • 1f632cd1e2 reordre padlib pxlib Jean-Paul Chaput 2005-11-08 10:23:34 +0000
  • 41b1b8936a padreal missing Franck Wajsburt 2005-11-08 10:13:51 +0000
  • 8c90fc0a96 bug correction Franck Wajsburt 2005-11-08 10:02:19 +0000
  • 3cace04606 back to the older version, incorrect... Franck Wajsburt 2005-11-08 10:00:26 +0000
  • e001427c43 pb on pck Franck Wajsburt 2005-11-07 14:50:37 +0000
  • 3aa0c67e06 clock driver. not tested. Franck Wajsburt 2005-11-07 08:46:29 +0000
  • 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. Jean-Paul Chaput 2005-10-18 09:17:30 +0000
  • c62a2afedc What 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
  • 2f28eb3d93 ALU4 ALU5 ALU6 have the same design rules than ALU2 Franck Wajsburt 2005-10-14 14:41:11 +0000
  • f460fc3511 Many bug corrections for the chip. Jean-Paul Chaput 2005-10-13 12:44:40 +0000
  • 3d3f207c17 pad name connector problem. Franck Wajsburt 2005-10-13 07:50:52 +0000
  • 1e86562930 connector names differ between ap and vbe Franck Wajsburt 2005-10-13 07:33:42 +0000
  • 77ab044a0c Pad connector was missing for those cells. done. Franck Wajsburt 2005-10-12 15:02:45 +0000
  • 11e6b1d04c oups vddi vssi was connected. Franck Wajsburt 2005-10-12 10:13:19 +0000
  • 0b4cf7bc74 a single an unconnected connector t was not erased. done. Franck Wajsburt 2005-10-12 09:03:45 +0000
  • b5b9ccfe1a graal and dreal didnot have the same color for the same layer. Franck Wajsburt 2005-10-11 11:26:37 +0000
  • 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. Franck Wajsburt 2005-10-11 11:09:48 +0000
  • df61214b5b big via CONT_VIA4 and CONT_VIA5 was not well defined, so was not used yet ! Franck Wajsburt 2005-10-11 10:00:33 +0000
  • 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. Franck Wajsburt 2005-10-11 09:40:30 +0000
  • d71d74e1d8 Removed debug printing... Jean-Paul Chaput 2005-10-10 15:55:45 +0000
  • 2806047b85 NeRo is now able to route a full chip. Plus some goodies for Graham Petley. Jean-Paul Chaput 2005-10-10 15:34:06 +0000
  • 7b7fb1015a Bug: host target for SLA4x is do, not tsunami... Jean-Paul Chaput 2005-10-04 16:20:38 +0000
  • 1d9eac35e8 Added path to pxlib in MBK_CATA_LIB. Jean-Paul Chaput 2005-10-04 16:01:47 +0000
  • a1956a3066 Forgot again. Jean-Paul Chaput 2005-10-04 15:54:57 +0000
  • fe26476c70 Integrating pxlib into alliance distribution. Jean-Paul Chaput 2005-10-04 15:46:25 +0000
  • 95bad8786b This commit was manufactured by cvs2svn to create tag 'PadForSx'. PadForSx cvs2svn 2005-10-04 15:39:04 +0000
  • 51c5346363 New pad library compliant with SxLib gauge. Imported by jpc on behalf of F. Wajburt. Jean-Paul Chaput 2005-10-04 15:39:03 +0000
  • 3ff97c3b56 Forgotten SLA4x config variables. Jean-Paul Chaput 2005-10-03 14:53:16 +0000
  • 6532dc1bc0 Added support for SLA4x. Jean-Paul Chaput 2005-10-03 14:44:41 +0000
  • 972ad39ca7 Error in documentation on SY_RM and SY_RP Christophe Alexandre 2005-08-31 14:16:51 +0000
  • 991e912833 Small README update. Hugo Clement 2005-05-11 08:07:34 +0000
  • 45c3691114 Making 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
  • 590b046c5a trying 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
  • 6807296273 * Bug : suppress UNIT directive. Jean-Paul Chaput 2005-03-01 14:59:15 +0000
  • 1197d2a7d6 * Bug release. Jean-Paul Chaput 2005-02-17 15:44:36 +0000
  • a31b5ec9de * Bug correction (compliance with gcc 3.4.x). Jean-Paul Chaput 2005-02-17 15:34:44 +0000
  • cb56ada861 Remove extra debug printing. Jean-Paul Chaput 2005-02-17 14:47:27 +0000
  • 5015799ed9 Par 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
  • eab1cd4d15 Adding 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
  • 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). 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
  • 30ad528b25 less 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
  • 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! Frederic Petrot 2004-10-16 12:52:17 +0000
  • 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) Frederic Petrot 2004-10-16 12:03:12 +0000
  • d4cfb10805 New LEF file converted with the new layers (see latest sea commit). Jean-Paul Chaput 2004-09-29 22:08:33 +0000
  • b72b047f6c Added LEF description of the rf2lib library. Jean-Paul Chaput 2004-09-29 21:50:28 +0000
  • 4027c8442a Rename 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
  • dc21a34b37 I 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
  • 68b602fe65 - /usr/local -> /opt/ Ludovic Jacomme 2004-09-13 18:14:52 +0000
  • d99b0bb938 - release 09/09/2004 Ludovic Jacomme 2004-09-11 14:56:28 +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
  • 00651fec71 - bug fix (signal conflict names) - replace exit calls to autexit calls (better for debug) Ludovic Jacomme 2004-09-06 21:26:09 +0000
  • c7998e9ddb Bug : remove jpc@ from cvsroot... Jean-Paul Chaput 2004-09-06 16:19:50 +0000
  • 1c9b020af3 Added support for Darwin (MacOS X). Added "--devel" argument. Jean-Paul Chaput 2004-09-06 16:15:31 +0000
  • 12be0bd185 Bug : Replace "ck" by "ckok". Jean-Paul Chaput 2004-09-06 13:48:43 +0000
  • 3ba8720f88 Replacing 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