??? 04/13/07 17:38 Read: times |
#137194 - easier way Responding to: ???'s previous message |
Mahmood Elnasser said:
In one of my homeworks I designed a frequency synthesizer where I enter the required frequency on 8 digit 7 segment displays and convert it to binary(hex) for the nco component to generate the displayed frequency.
signal temp :std_logic_vector(27 downto 0); -- Read the desired frequency value from display buffer -- and convert it to binary(hex) temp Consider a lookup table. -a |