- fixed some bugs
git-svn-id: http://moon:8086/svn/vhdl/trunk@125 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -161,7 +161,7 @@ BEGIN
|
||||
|
||||
while not endfile(fi) loop
|
||||
read(fi, si);
|
||||
x_in <= to_sfixed(to_signed(si, 16));
|
||||
x_in <= to_sfixed(to_signed(si, x_in'length), x_in'left, x_in'right);
|
||||
in_valid <= '1';
|
||||
wait for PERIOD;
|
||||
wait until rising_edge(clk);
|
||||
|
||||
Reference in New Issue
Block a user