- renamed fifo ports

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@301 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-01-30 21:43:56 +00:00
parent 917db4cc8b
commit f0636b8805
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -201,8 +201,8 @@ inst_linefifo: entity work.fifo_async
rst => RST_I,
clk_w => CLK_I,
clk_r => vga_clk,
we_w => fifo_color_we,
re_r => fifo_color_re,
we => fifo_color_we,
re => fifo_color_re,
data_w => fifo_color_in,
data_r => fifo_color_out,
fifo_full => fifo_full,
+2 -2
View File
@@ -205,8 +205,8 @@ inst_linefifo: entity work.fifo_async
rst => RST_I,
clk_w => CLK_I,
clk_r => vga_clk,
we_w => fifo_color_we,
re_r => fifo_color_re,
we => fifo_color_we,
re => fifo_color_re,
data_w => fifo_color_in,
data_r => fifo_color_out,
fifo_full => fifo_full,