Research Article

High-Level Synthesis under Fixed-Point Accuracy Constraint

Algorithm 1

Determination of the minimal word-length combination.
 for   𝑖 = 0 … 𝑁 𝑔 βˆ’ 1   do
   𝐰 ← ( 𝑀 0 m a x … 𝑀 𝑖 m a x … 𝑀 𝑁 m a x 𝑔 βˆ’ 1 )
  while   πœ† ( 𝐰 ) < πœ† m i n   do
    𝐰 ( 𝑖 ) ← 𝐰 ( 𝑖 ) βˆ’ 1
  end  while
   𝐰 m w c ( 𝑖 ) = 𝐰 ( 𝑖 ) + 1
 end  for