Commit Graph

1654 Commits

Author SHA1 Message Date
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
Ludovic Jacomme 68b602fe65 - /usr/local -> /opt/ 2004-09-13 18:14:52 +00:00
Ludovic Jacomme d99b0bb938 - release 09/09/2004 2004-09-11 14:56:28 +00:00
Ludovic Jacomme e1191726a9 - initialize signals to 0 with ASIMUT 2004-09-09 20:03:49 +00:00
Ludovic Jacomme 0de5942886 - add vdd/vss in digi.pat 2004-09-09 19:45:14 +00:00
Ludovic Jacomme 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.
2004-09-07 21:16:11 +00:00
Ludovic Jacomme 00651fec71 - bug fix (signal conflict names)
- replace exit calls to autexit calls (better for debug)
2004-09-06 21:26:09 +00:00
Jean-Paul Chaput c7998e9ddb Bug : remove jpc@ from cvsroot... 2004-09-06 16:19:50 +00:00
Jean-Paul Chaput 1c9b020af3 Added support for Darwin (MacOS X).
Added "--devel" argument.
2004-09-06 16:15:31 +00:00
Jean-Paul Chaput 12be0bd185 Bug : Replace "ck" by "ckok". 2004-09-06 13:48:43 +00:00
Jean-Paul Chaput 3ba8720f88 Replacing rflib cells by the Adrijean version should be debugged. 2004-09-06 13:47:46 +00:00
Ludovic Jacomme 4a6322ab76 - no more C4 parameters in lax files 2004-09-04 21:46:34 +00:00
Ludovic Jacomme ad69040777 - idem 2004-09-04 21:45:47 +00:00
Ludovic Jacomme 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
2004-09-04 21:45:25 +00:00
Ludovic Jacomme 667c411d14 - bug fix in AP parser (pb when scale_X is big) 2004-09-04 09:11:52 +00:00
Ludovic Jacomme bee31a8d92 - bug fix (VHDL ASSERT -> Segmentation fault)
- disable BDD reorder (not implemented / bug)
2004-09-03 21:55:39 +00:00
Ludovic Jacomme 694ad8fbd3 - add after clause parsing in concurrent assignment statements
- add note on unsupported statements when an error message is displayed
2004-09-03 19:11:18 +00:00
Christophe Alexandre bef44491e3 rounding problem in test 2004-09-01 16:57:01 +00:00
Jean-Paul Chaput b86304fa17 Forgot to add rf2lib Makefile in top configure.in 2004-08-31 12:40:04 +00:00
Jean-Paul Chaput 0a8a51f7ef Forgotten Makefile.am. 2004-08-31 12:24:59 +00:00
Jean-Paul Chaput a77003af5d Dumb me! Forgot to add rf2lib to the Makefile.am and such. 2004-08-31 12:24:27 +00:00