- renamed fifo_*sync_ctrl

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@298 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-01-30 21:30:21 +00:00
parent b3da8c3d7b
commit 5ed37017b5
21 changed files with 105 additions and 111 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ BEGIN
dout_q => ddc_dout_q
);
ddc_din_i <= to_sfixed(din_i, ddc_din_i);
ddc_din_q <= to_sfixed(din_q, ddc_din_q);
ddc_din_i <= sfixed(din_i);
ddc_din_q <= sfixed(din_q);
dout_i <= signed(ddc_dout_i);
dout_q <= signed(ddc_dout_q);