- fixed some bugs

git-svn-id: http://moon:8086/svn/vhdl/trunk@125 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-10-26 09:57:32 +00:00
parent c10be79075
commit b0a0e4ae6c
+1 -1
View File
@@ -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);