Changes between Version 1 and Version 2 of Tools/GAUT


Ignore:
Timestamp:
Feb 5, 2009, 6:22:25 PM (15 years ago)
Author:
andriami@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/GAUT

    v1 v2  
    77Starting from a pure C function GAUT extracts the potential parallelism before selecting/allocating operators, scheduling and binding operations.
    88
    9 The mandatory design constraints are (1) the throughput (the initiation interval), (2) the clock period and (3) the target technology. The optional design constraints are I/O timing diagram and the memory mapping.
     9The mandatory design constraints are (1) the throughput (the initiation interval), (2) the clock period and (3) the target technology.
     10The optional design constraints are I/O timing diagram and the memory mapping.
    1011
    11 GAUT synthesizes a potentially pipelined architecture composed of a processing unit, a memory unit, a communication and multiplexing unit and a GALS/LIS interface.
     12GAUT synthesizes a potentially pipelined architecture composed of a processing unit, a memory unit, a communication and multiplexing unit and
     13a GALS/LIS interface.
    1214
    13 GAUT generates an IEEE P1076 compliant RTL level VHDL file. This VHDL file is an input for commercial, off the shelf, logical synthesis tools like ISE/Foundation from Xilinx and Design Compiler from Synopsys.
     15GAUT generates an IEEE P1076 compliant RTL level VHDL file. This VHDL file is an input for commercial, off the shelf, logical synthesis tools
     16like ISE/Foundation from Xilinx and Design Compiler from Synopsys.
    1417
    1518