HUB_STAT_GEN => buf_HUB_STAT_GEN
);
- hub_ctrl_debug(2 downto 0) <= not ERROR_OK;
+ hub_ctrl_debug(2 downto 0) <= not io_error_in;
hub_ctrl_debug(31 downto 3) <= (others => '0');
HUB_STAT_GEN <= buf_HUB_STAT_GEN;
TIMER_TICKS_OUT <= timer_ticks;
component trb_net_onewire is\r
generic(\r
USE_TEMPERATURE_READOUT : integer range 0 to 1 := 1;\r
+ PARASITIC_MODE : integer range 0 to 1 := c_NO;\r
CLK_PERIOD : integer := 10 --clk period in ns\r
);\r
port(\r
when 1200 => if t(7) = '1' then i := 1; end if;
when others => if timer >= time/period then i := 1; end if;
end case;
+ elsif period = 40 then
+ case time is
+ when 1300000000 => if t(25) = '1' then i := 1; end if;
+ when 640000 => if t(14) = '1' then i := 1; end if;
+ when 80000 => if t(11) = '1' then i := 1; end if;
+ when 10000 => if t(8) = '1' then i := 1; end if;
+ when 1200 => if t(5) = '1' then i := 1; end if;
+ when others => if timer >= time/period then i := 1; end if;
+ end case;
else
if timer = time/period then i := 1; end if;
end if;