FPL '08: Day 3

| No Comments | No TrackBacks

[ Synthesis ]

#1: Floating Point Datapath Synthesis for FPGAs

Altera の人のプレゼンテーション。

Floating Point Compiler
データパス上で必要な値域や例外は予測することができるので、すべてのノードを IEEE754 に従わせる必要はない。新しい浮動小数点型を定義して、それを使う。正規化と例外処理はしない (例外検出は行い、それは次のノードに送る)。正規化とかしないのは、バレルシフタがやばいから。
- 200+ MHz double precision: 50GFLOPS - 3SE260
- 250+ MHz single precision: 100GFLOPS - 3SE260
やっぱ演算器は作らなきゃいけない、ということだね。ちょっと参考になりそうだ。

#2: Automatic Generation of Run-time Parameterizable Configurations

TMAP: Tunable LUT mapping
FIR フィルタとかの係数をレジスタに書いて演算器で処理する形式から、決めうちにした回路に reconfiguration して使う方法。
- 1999LUTs → 1008LUTs
- 8.4MHz → 11.9MHz
いいんだけど、configuration に時間が掛かる上に、構成情報のデータベースが大きくなるのが問題。これを、うまく coefficient に関係するところだけランタイムで作ってなんとかする話。
- 1301LUTs, 11.5MHz
VHDL に annotation を入れて、それを合成するようなツールを開発。

#3: Generation of partial FPGA configurations at run-time

動的再構成するモジュール間を Bus macro みたいなので、つなぎかたをきめてしまうのではなくて、route table をもつ共通のインタフェイスで接続することで簡単にする。
Route table がもつのは、
- connection ID: relative coordinates of the endpoints
- route specification: list of frame and bit indices of all sw points in the route
- incompatibility information
そんな感じ。

[ Optimization ]

#3: Memory access parallelization in high-level compilation for reconfigurable adaptive computers

Adaptive computing system: CPU + reconfigurable hardware
高位言語からの合成に関する研究の多くは科学技術計算 = regular memory access, loops with constant bounds, perfectly nested loops がターゲット。そうじゃないものを扱うのに問題になるのは、ポインタ。

control flow graph を作って、activate token と cancel token を使う。Token を使うことで依存関係を壊さずにメモリアクセスを並列に行ったり、serialize したり、speculation したりする。

No TrackBacks

TrackBack URL: http://yasu2.prosou.nu/mt/mt-tb.cgi/1784

Leave a comment

OpenID accepted here Learn more about OpenID
Powered by Movable Type 5.02

August 2010

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

About this Entry

This page contains a single entry by Yasunori Osana published on September 11, 2008 5:41 AM.

FPL '08: Day 2 was the previous entry in this blog.

今日の自転車 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.