1. Squaring of m-bit operands, y=i2 can be implemented using a look-up table defined as: TABLE[i] = i? for i = 0 to 2m –
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. Squaring of m-bit operands, y=i2 can be implemented using a look-up table defined as: TABLE[i] = i? for i = 0 to 2m –
1. Squaring of m-bit operands, y=i2 can be implemented using a look-up table defined as: TABLE = i? for i = 0 to 2m – 1. a) Determine the largest value of m, for which such a table can be built using a single Block RAM of Artix 7 FPGAs. (A Block RAM in a Artix 7 FPGA can be configured as dual port RAM of the size of up to 18 kbits, with different aspect ratios, i.e., different widths of the address bus vs. data bus leading to the same capacity). Multiplication of two k-bit numbers a and x can be computed using the following dependence: (a + x)2 – (a – x) p = a Xx = 4
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!