Changes between Version 2 and Version 3 of Tools/GAUT


Ignore:
Timestamp:
Feb 6, 2009, 3:00:55 PM (15 years ago)
Author:
andriami@…
Comment:

Formatting

Legend:

Unmodified
Added
Removed
Modified
  • Tools/GAUT

    v2 v3  
    55GAUT is an academic High-Level Synthesis tool dedicated to Digital Signal Processing DSP applications.
    66
    7 Starting from a pure C function GAUT extracts the potential parallelism before selecting/allocating operators, scheduling and binding operations.
     7Starting from a pure C function GAUT extracts the potential parallelism before selecting/allocating operators,[[BR]]
     8scheduling and binding operations.
    89
    9 The mandatory design constraints are (1) the throughput (the initiation interval), (2) the clock period and (3) the target technology.
    10 The optional design constraints are I/O timing diagram and the memory mapping.
     10The mandatory design constraints are (1) the throughput (the initiation interval), (2) the clock period and [[BR]]
     11(3) the target technology. The optional design constraints are I/O timing diagram and the memory mapping.
    1112
    12 GAUT synthesizes a potentially pipelined architecture composed of a processing unit, a memory unit, a communication and multiplexing unit and
    13 a GALS/LIS interface.
     13GAUT synthesizes a potentially pipelined architecture composed of a processing unit, a memory unit, a communication[[BR]]
     14and multiplexing unit and a GALS/LIS interface.
    1415
    15 GAUT generates an IEEE P1076 compliant RTL level VHDL file. This VHDL file is an input for commercial, off the shelf, logical synthesis tools
    16 like ISE/Foundation from Xilinx and Design Compiler from Synopsys.
     16GAUT generates an IEEE P1076 compliant RTL level VHDL file. This VHDL file is an input for commercial, off the shelf, [[BR]]
     17logical synthesis tools like ISE/Foundation from Xilinx and Design Compiler from Synopsys.
    1718
    1819