Commit Graph

1697 Commits

Author SHA1 Message Date
Jean-Paul Chaput 95343fd4c1 Correct the annoying aclocal "underquoted definition" warning. 2011-02-09 22:13:40 +00:00
Jean-Paul Chaput 9bc30347f7 Half the bison generated files where kept in the distributed archive (?).
The ".c" where shiped, but not the ".h". Try to ship everything...
2011-02-06 17:15:29 +00:00
Jean-Paul Chaput 6f3c6adc10 Forgot to distribute the Debian packaging files. 2011-02-06 15:49:51 +00:00
Jean-Paul Chaput 060753be47 Declare/Undeclare lineno accroding to the version of flex.
Still a bit rough at the edges...
2011-02-06 15:14:31 +00:00
Jean-Paul Chaput 16c21d541d ALLIANCE revision 5.0 (2011/02/03)
- Ubuntu native packaging purposes.
  + Support more closely the FHS layout. If installed under /usr :
      Configuration files goes in : /etc/alliance
      Cells goes in :               /usr/share/alliance/cells
      General doc goes in :         /usr/share/doc/alliance
      Examples goes in :            /usr/share/doc/alliance/examples
      Tutorials goes in :           /usr/share/doc/alliance/tutorials
    Environment scripts (alc_env.*) have been updateds accordingly.
    Note: In the case of a FHS installation, the task of moving the
          configuration files, cells library, documentations & examples
          remains to the packager. This has been done for Ubuntu.
            It was more efficient to move files *after* they have been
          installed by autohell in one strike than for each Alliance tool.
  + Change: In MIPS/asm rename *.ext.orig files into *-orig.ext file to
      avoid confusing the Debian automatic patch system (quilt).

- Minor bugs fix (seems to shows only under recent Ubuntu for now).
  + Bug: In OCP, missing include <string.h> in various files.
  + Bug: In expy, bvl, missing include of the "y.tab.h" in the parser file.
  + Bug: In sea, duplicated lineno declaration in DEF parser.

- Cells, for compliance with the Coriolis2 router Kite.
  + Change: In ramlib, obstacles must not overlap terminals.
  + Change: In pxlib, to prevent Kite from routing over the pads, add a
     "barrier" of blockages that leaves only one notch for the incomming
     terminals.
       In clock pads, output terminals of cko where no longer connected
     to the output of transistors (how can that happens??), reconnecteds now.
2011-02-06 14:37:33 +00:00
Jean-Paul Chaput b581ccbedf No longer allow terminal inside a blocked area (on ALU1 terminals). 2011-02-03 15:12:28 +00:00
Jean-Paul Chaput 8930229da9 Adds blockage to prevent the new router from using the space above
the pads themselves. Only keep a straigth access channel to terminals.
Correct a disconnexion in the clock pads (cko terminal *not* connecteds
to transistors!)
2011-02-03 15:03:41 +00:00
Jean-Paul Chaput f22e2ce60a Put added files into the tarball archive. 2009-09-02 08:48:47 +00:00
Jean-Paul Chaput 4718bd8abf Reject/merge incompatible patch from Fedora. 2009-09-01 22:40:38 +00:00
Jean-Paul Chaput dc55b6fb42 Go back. 2009-09-01 22:04:04 +00:00
Jean-Paul Chaput 8e74f3da45 Include patches from Fedora (Chitlesh Goorah) and Naohiko Shimizu. 2009-09-01 21:33:43 +00:00
Jean-Paul Chaput 3a7f8f22f1 xgra.h forgotten in the list of files to package. 2009-08-27 07:15:20 +00:00
Jean-Paul Chaput 81338cbac3 Forgotten XGR.h in Makefile.am 2009-08-26 23:40:29 +00:00
Jean-Paul Chaput 7ded39ff6d Forgotten file. 2009-08-26 22:32:33 +00:00
Jean-Paul Chaput bb71511fee here.sty again. 2009-08-26 14:01:53 +00:00
Jean-Paul Chaput d2226ed826 Some more adjustments for LaTeX: no more here.sty, rule thickness put
after begin{document} for fancyhdr.
2009-08-26 12:25:16 +00:00
Jean-Paul Chaput 1f7e4b1f49 Replacing fancyheaders by fancyhdr for newer LaTeX's versions. 2009-08-26 11:41:55 +00:00
Jean-Paul Chaput 316a176fa0 64 bits support. Added "dist" macro. 2009-08-26 11:13:52 +00:00
Ludovic Jacomme 3f1e302fd2 - port 64 bits 2009-06-14 13:52:35 +00:00
Ludovic Jacomme 0044326bb2 fix issue with static range on dynamic/generic signal/port vector assignments 2008-11-16 15:23:42 +00:00
Christophe Alexandre 82d3f48213 cleaning in Makefile.am
LDADD must point to builddir not srcdir
2008-10-08 12:21:15 +00:00
Christophe Alexandre 321c1e5b02 do not use Solaris anymore 2008-07-15 16:45:28 +00:00
Christophe Alexandre 6fe361c240 nausicaa -> bip 2008-07-15 16:34:04 +00:00
Christophe Alexandre df8da45edd do not export phcons when they were present in the
prepplaced phfig
2008-07-15 16:29:10 +00:00
Jean-Paul Chaput 0118f02c3f * ./alliance/src/nero :
- New feature : explicit selection of nets to route.
   - Patch for gcc 4.3 (from Thibault North).
   - Bug correction from G. Petley on "yoffset" in mbksave.
2008-06-11 09:20:35 +00:00
Christophe Alexandre 2c032796cc bug when no instance in preplacement 2008-01-07 17:22:51 +00:00
Christophe Alexandre 450f8dbd9c ged rif of old styles 2007-12-26 14:55:23 +00:00
Christophe Alexandre 09aef28c23 apply two times latex 2007-12-26 12:47:12 +00:00
Christophe Alexandre ea432adc6f ged rid of obsolete packages 2007-12-26 12:46:15 +00:00
Christophe Alexandre 99fd0c9f72 ged rid of obsolete packages 2007-12-26 12:37:26 +00:00
Christophe Alexandre 95728ba3d7 link to builddir and not srcdir 2007-12-26 12:11:32 +00:00
Christophe Alexandre 80308963ec correcting -L to buildir 2007-12-26 10:02:51 +00:00
Ludovic Noury 67e148a33f Update to add the implicit default manpath to $MANPATH while adding
alliance manpages if $MANPATH was undefined (uses the manpath command)
2007-11-28 14:58:10 +00:00
Ludovic Jacomme 2ef9896528 - add xgraph (usefull to display graph) 2007-11-27 20:41:46 +00:00
The Alliance Tool 8411f44336 Added support for SLSoC5x (32 & 64 bits). 2007-11-20 17:51:21 +00:00
Ludovic Jacomme 2391b7e3e4 Bug: In the "synopsys" vhdl driver, output port could read after type conversion step !
Fix: apply SimplifyRtlFigure one more time
2007-11-09 20:25:55 +00:00
Christophe Alexandre 17d1738b1f link with libraries in builddir 2007-11-05 16:56:16 +00:00
Jean-Paul Chaput a362d6840a Forgotten ' ' before the final ';'. 2007-10-22 12:57:58 +00:00
Ludovic Jacomme cdd41ef689 - bug fix: WITH SELECT using single bit signal 2007-09-14 17:40:37 +00:00
Jean-Paul Chaput 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.
2007-07-18 16:37:36 +00:00
Jean-Paul Chaput 18a20b5227 Replace obsolete tag Copyrigth by License. 2007-06-12 15:34:19 +00:00
Jean-Paul Chaput 6525f02ff6 DRC error (remove C_X_x, corner transistors). 2006-10-25 10:03:55 +00:00
Jean-Paul Chaput da4c45aacc Adding rf2lib to the MBK_CATA_LIB. 2006-10-05 10:09:25 +00:00
Jean-Paul Chaput 8460c02f06 nck must be "inout" and not "out". 2006-10-04 12:02:56 +00:00
Hugo Clement f633afac72 Make OCR compile on intel mac with gcc 4 : PRIO_MAX seems to be a macro defined elsewhere. 2006-07-03 17:43:34 +00:00
Jean-Paul Chaput 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.

 * sea/src/util_Floorplan.c :
   - Uses "aluX" instead of "l_aluX" for SE grid references.
2006-06-28 13:25:07 +00:00
Jean-Paul Chaput ac7eb8d289 * ./alliance/src/cells/src/romlib/ :
- Updated to latest Alain Greiner version.
2006-06-07 19:20:05 +00:00
Christophe Alexandre 4a382f312a minor bug in PCon creation 2006-05-24 13:34:21 +00:00
Christophe Alexandre 90cbee404a version bison 2006-05-04 17:13:25 +00:00
Christophe Alexandre b9d51da541 Allowing more than 64 chars filenames .... 2006-05-04 16:29:52 +00:00