From: michael Date: Wed, 21 Mar 2007 11:25:44 +0000 (+0000) Subject: typo X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/commitdiff_plain/0d71737f8f2a2c3d4246600dbc0189890df7cbb9?hp=c8b3e197e6ec554806e722b220010e7c03830dea typo --- diff --git a/ethernet/source/top.vhd b/ethernet/source/top.vhd index 6530c18..34d0bdc 100644 --- a/ethernet/source/top.vhd +++ b/ethernet/source/top.vhd @@ -259,7 +259,7 @@ wb_clk_i <= PCI_CLOCK; data(31 downto 0) <= wbm_adr_o; data(63 downto 32) <= (others => '0'); -trig(31 downto 0) <= ( +trig0(31 downto 0) <= ( 0 => wb_stb_i, others => '0' );