Forum Discussion

ARačk's avatar
ARačk
Icon for New Contributor rankNew Contributor
7 years ago

I need help with the testbench which read from the file.

LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; ENTITY signed_mult18 is PORT( a : IN SIGNED (17 DOWNTO 0); b : IN SIGNED (17 DOWNTO 0); result : OUT SIGNE...