Commit Graph

1689 Commits

Author SHA1 Message Date
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
Jean-Paul Chaput f82fba5ce9 Be less strict in the OS guessing : Fedora Core can change the kernel revision
number...
2004-08-31 08:44:45 +00:00
Jean-Paul Chaput 51ee7d3d20 New cell library for the register file with 2 read busses. 2004-08-31 08:38:07 +00:00
Jean-Paul Chaput 8a4b6d3e9d Corrected behavioral view in order to be simulated with Asimut. 2004-08-31 08:37:17 +00:00
Ludovic Jacomme a025203d40 - fractional values (min segment width) are now supported in the .graal file
- fractional values are now supported for segment/connector/transistors width
- bug fix in segment edition with a scale != 1
2004-08-26 20:14:12 +00:00
Ludovic Jacomme 1375f7b566 - Errare humanum est 2004-08-08 21:28:11 +00:00
Ludovic Jacomme 72cebfebbf - minor modification (that can't be seen in techno 1lambda = 1micron) but
it solves all problems for Graham techno 0.13 micron.
2004-08-08 21:14:02 +00:00
Frederic Petrot 07dac23cec Looks like this poor cell did not ship with its al file until now. 2004-08-02 13:46:06 +00:00
Ludovic Jacomme 50ff1f9fc4 - ... better than never 2004-07-31 20:18:27 +00:00
Ludovic Jacomme 4119610dd7 - update (lesstif compilation tips) 2004-07-31 15:58:57 +00:00
Ludovic Jacomme 3c506eeda5 - fix Marcus bug (missing field initialization in lax data structure) 2004-07-31 14:23:00 +00:00
Ludovic Jacomme 1c37cbde2e - bug fix (infinite loop) 2004-07-31 02:23:10 +00:00
Frederic Petrot cb2811be66 Usage was lacking newlines, which made it quite difficult to read. 2004-07-30 14:28:22 +00:00
Ludovic Jacomme 44daffd2a4 - same small modif 2004-07-30 13:39:58 +00:00
Ludovic Jacomme 352883a22b - Reading lib is 4 time faster like this :)) !
(small hash table size, and not destroyed every time)
- bug fix ( sizeof(int) != sizeof(void *) in 64 bits)
2004-07-30 13:31:02 +00:00
Jean-Paul Chaput 7aff03606f La FIFO apres relecture par Alain. 2004-07-30 10:06:13 +00:00