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