- cleaned up

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@876 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-04-08 08:30:10 +00:00
parent 59da541fca
commit d7e039dc77
2 changed files with 182 additions and 104 deletions
+2 -1
View File
@@ -636,11 +636,12 @@ inst_piso : entity work.piso
(
rst => RST_I,
clk => mii_tx_clk,
dout_en => '1',
din_vld => tx_data_vld,
din_rdy => piso_din_rdy,
din_be => tx_fifo_dout(35 downto 32),
din => tx_fifo_dout(31 downto 0),
dout_en => mii_tx_en,
dout_vld => mii_tx_en,
dout => mii_tx
);