Commit Graph

1401 Commits

Author SHA1 Message Date
Francois Donnet 62501bace7 invert polarity 2004-06-04 16:25:43 +00:00
Ludovic Jacomme 33554c4d67 - bug fix in spice driver :
when used with the SPI_NAMEDNODE option, vectorized node names are
  not properly written
  (for example:  'v 0' instead of 'v[0]' in the generated spice file)
2004-05-31 11:42:22 +00:00
Ludovic Jacomme d30e4fa501 - A documentation of the design flow using Alliance tools.
- Each tools are shortly described, strength and weakness are brieflly commented,
- An example for each Alliance file format is given.
2004-05-24 17:36:01 +00:00
Ludovic Jacomme d840190012 - MIPS R3000 2004-05-23 22:23:37 +00:00
Ludovic Jacomme eb9cdca50d - verbose mode for NERO 2004-05-23 22:15:31 +00:00
Ludovic Jacomme 7e460d9628 - simple digicode 2004-05-23 20:17:25 +00:00
Ludovic Jacomme 7fe6201b21 boom option 2004-05-23 19:50:08 +00:00
Ludovic Jacomme 8a7f7bfa0d - no loon 2004-05-23 19:46:33 +00:00
Ludovic Jacomme 1948d1b467 - Hadamard Chip ! (using only RTL synthesis with VASY) 2004-05-23 19:15:04 +00:00
Ludovic Jacomme 4e85503524 - OCR/NERO 2004-05-23 19:11:26 +00:00
Ludovic Jacomme 574e26cc30 - Multiplier 16 bits with output registers 2004-05-23 19:10:08 +00:00
Ludovic Jacomme 9da0366585 - new AMD2901 version using only RTL synthesis (VASY) 2004-05-23 19:00:16 +00:00
Ludovic Jacomme 42b008a67e - full working AMD2901 2004-05-23 18:55:17 +00:00
Ludovic Jacomme aedeaf17b0 - A square root 8 bits 2004-05-23 18:51:00 +00:00
Ludovic Jacomme 612ea3c233 - A 32 bits square root circuit 2004-05-23 18:49:28 +00:00
Ludovic Jacomme f0eebe930e - Combinatorial 8 bits multiplier
- Synchronous greatest common divisor (with FSM)
2004-05-23 18:47:16 +00:00
Ludovic Jacomme bcd0c009c6 - synchronous 8 bits multiplier with a FSM 2004-05-23 18:06:11 +00:00
Ludovic Jacomme aec22e1e7d - a 4 bits multiplier example 2004-05-23 17:56:51 +00:00
Ludovic Jacomme ddf92b81fa - a 4 bits divisor example 2004-05-23 17:52:11 +00:00
Ludovic Jacomme 3385117a7d - new example addaccu 16 bits 2004-05-23 17:47:11 +00:00
Ludovic Jacomme af7ca9daf4 - a simple example (adder 4 bits) to see how to design a circuit from VHDL up to
CIF layout using Alliance tools.
  More examples are comming soon ...
2004-05-23 17:27:03 +00:00
Ludovic Jacomme 8d20649576 - Idem for dreal 2004-05-23 14:27:17 +00:00
Ludovic Jacomme b635e04c72 - Add Metal Layer up to ALU8 2004-05-23 14:26:01 +00:00
Ludovic Jacomme 37e0f58473 - New small tool that can be helpfull to convert pat files to equivalent
PWL spice commands
2004-05-23 14:20:32 +00:00
Ludovic Jacomme e9398c13fd - Add the MIPS assembler written by Pirouz B. in the Alliance CVS tree 2004-05-23 13:57:39 +00:00
Ludovic Jacomme 0c45b59ddc - Bug: Back to the previous version without bufferized command cell. Those
buffer cells (inv_x4 etc ..) are too big and do not fit in the first column area.
2004-05-23 13:04:14 +00:00
Ludovic Jacomme c27ea1451f - Add generic AREA parameter for tie cells 2004-05-23 12:44:57 +00:00
Ludovic Jacomme fad67c54e0 - Bug fix: Segmentation fault when the input netlist has unconnected signals
Those unused nets are now removed from the input lofig after the flatten.
2004-05-23 09:50:43 +00:00
Ludovic Jacomme 478d1db69e Now, by default LVX does not check unassigned signals between the two input netlists.
(this feature is usefull/mandatory with the new VST driver that adds sometimes unused
signals to have consitent VHDL vectors declaration)
The command line option '-u' permits to behave like it was before and then check
also unassigned signals.
2004-05-22 14:26:08 +00:00
Ludovic Jacomme 00eeafa601 - bug fix in elaboration for big bit vectors (> 2048 bits) 2004-04-29 18:01:28 +00:00
Frederic Petrot 92631ba061 Adding more powerfull cells for the signals controlling the shift. 2004-03-04 14:21:56 +00:00
Ludovic Jacomme 85dc738329 - bug fix in xfig file format driver (mux and constants symbols/icones) 2004-02-17 17:34:42 +00:00
Ludovic Jacomme 05f12b6cfd - bug fix : substitution of read OUT port by internal signal (INOUT) 2004-02-09 21:51:40 +00:00
Ludovic Jacomme ec4f581b78 - new features (expand dynamic Std Function 2nd arguments)
All the following std arithmetic/logical functions :
  TO_UNSIGNED, TO_SIGNED, CONV_UNSIGNED, CONV_SIGNED
  CONV_STD_LOGIC_VECTOR, EXT, SXT, RESIZE
  SHL, SHIFT_LEFT, SHR, SHIFT_RIGHT

  can now be used with a NON constant 2nd argument :
  Ex:
       out0 <= shr( A(3 downto 0), B(1 downto 0) );
2004-02-02 21:33:43 +00:00
Christophe Alexandre d24326d934 J'AI BIEN DIT GPL !!!! 2004-02-02 17:02:50 +00:00
Christophe Alexandre 68ff532e7d GPL 2004-02-02 16:45:52 +00:00
Frederic Petrot 3e8eb7f87c Adding the handling of the mouse wheel 2004-01-30 12:17:17 +00:00
Frederic Petrot b255a68d50 Adding the handling of the mouse wheel. 2004-01-30 12:16:10 +00:00
Frederic Petrot b14592d104 Adding handling of the wheel on the mouse to allow vertical scrolling. 2004-01-30 12:14:27 +00:00
Frederic Petrot da67e186ad Made all multiline strings really multiline strings in order to
compile with the newer version of gcc (and of the C standard, since
unquoted multiline strings should not have existed first!)
2004-01-05 13:40:18 +00:00
Olivier Sirol 63fe4c76e3 test cvs 2003-12-10 15:50:05 +00:00
Olivier Sirol 2551513f10 rpm 4.1 2003-12-10 15:32:40 +00:00
Olivier Sirol b192cf3c02 /usr/ucb/mail sous solaris 2003-12-10 13:56:03 +00:00
Francois Donnet 4fab237712 oups! 2003-12-09 10:05:58 +00:00
Francois Donnet 67e4555efd num version 2003-12-08 14:37:29 +00:00
Francois Donnet 5872794507 le reset asynchrone, eviter de tomber dans une boucle pseudo-combinatoire. 2003-12-08 14:36:19 +00:00
Christophe Alexandre 1eaa39208c oubli 2003-12-05 21:45:55 +00:00
Christophe Alexandre 0b4e886145 UBU est de retour ...
entre:
CXX=/usr/local/gcc-3.0.4/bin/g++ sur beny
CXX=g++3 sur bip
et CXX=g++ sur Fedora ...
je nage dans le bonheur ...
2003-12-05 21:18:43 +00:00
Ludovic Jacomme 9b980263b5 - bug fix missing signals in vbe description
(temporary signals used for sign extention weren't tagged properly)
2003-12-05 17:32:17 +00:00
Olivier Sirol aa697aa9bf darwin .. macosx 2003-12-04 12:35:05 +00:00