Research Article

Automated Generation of Custom Processor Core from C Code

Table 1

Application requirement for arithmetic and logic operations for Mp3 application.

OP—operation 𝑚 o p OP—operation 𝑚 o p

Add 223 And 2
Sub 109 Or 1
Mul 73 Xor 1
Div 1 Neg 2
Div_Un 1 Not 1
Rem 1 Shr 90
Rem_Un 1 Shr_un 2
Shl 15