- 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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user