Ignore:
Timestamp:
Jan 20, 2011, 12:50:48 PM (13 years ago)
Author:
coach
Message:

template for Christophe CV, minor language modifications

anr/annexe-cv.tex
anr/section-consortium-people.tex
anr/section-objectif.tex
anr/section-1.tex
anr/section-2.tex
anr/section-position.tex
anr/section-etat-de-art.tex
anr/section-issues.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/section-etat-de-art.tex

    r315 r319  
    7878\\
    7979In the opposite, SOPC Builder~\cite{spoc-builder} from \altera and \xilinx
    80 Platform Studio XPS from \xilinx allows to describe a system, to synthesis it,
     80Platform Studio XPS from \xilinx allows to describe a system, to synthesize it,
    8181to program it into a target FPGA and to upload a software application.
    8282Both SOPC Builder and XPS, allow designers to select and parameterize components from
     
    128128\item The parallelism is extracted from initial specification.
    129129To get more parallelism or to reduce the amount of required memory in the SoC, the user
    130 must re-write the algorithmic specification while there is techniques such as polyedric
     130must re-write the algorithmic specification while there are techniques such as polyedric
    131131transformations to increase the intrinsic parallelism,
    132132\item While they support limited loop transformations like loop unrolling and loop
    133 pipelining, current HLS tools do not provide support for design space exploration neither
    134 through automatic loop transformations nor through memory mapping,
     133pipelining, current HLS tools do not provide support for design space exploration, either
     134through automatic loop transformations or through memory mapping,
    135135\item Despite having the same input language (C/C++), they are sensitive to the style in
    136 which the algorithm dis written. Consequently, engineering work is required to swap from
     136which the algorithm is written. Consequently, engineering work is required to swap from
    137137a tool to another,
    138138\item They do not respect accurately the frequency constraint when they target an FPGA device.
     
    146146\label{soa:asip}
    147147ASIP (Application-Specific Instruction-Set Processor) are programmable
    148 processors in which both the instruction and the micro architecture have
     148processors in which both the instruction set and the micro architecture have
    149149been tailored to a given application domain or to a
    150150specific application.  This specialization usually offers a good compromise
     
    220220tool for many other optimization, like memory reduction and locality
    221221improvement. Another point is
    222 that the polyhedral domain \emph{stricto sensu} applies only to
     222that the polyhedral model \emph{stricto sensu} applies only to
    223223very regular programs. Its extension to more general programs is
    224224an active research subject.
     
    245245are members of the consortium and the board is incorporating top actors
    246246(STM, NXP, TI, ARM, FREESCALE, LSI, Mentor, Synopsys and Cadence), ensuring the
    247 wide adoption by industry. Initiatives have already work for extending this standard
     247wide adoption by industry. Initiatives have already% work for (paul)
     248attempted to extend this standard
    248249to AMS IPs packaging domain (MEDEA+ Beyond Dreams Project) and to Hardware Dependent
    249250Software layers (MEDEA+ SoftSoc project) and Accellera is reusing these results for
Note: See TracChangeset for help on using the changeset viewer.