Commit d6b87ff6 authored by Paolo Baesso's avatar Paolo Baesso

Dummy_DUT now works. The fifo is still work in progress but the extended BUSY…

Dummy_DUT now works. The fifo is still work in progress but the extended BUSY line seems to work fine. Currently DUT 1 and 2 have extended BUSY (about 800 us) while 3 and 4 have normal BUSY
parent d6c5df5f
......@@ -83,7 +83,7 @@ architecture RTL of Dummy_DUT is
signal DUTClockCounter : unsigned(4 downto 0) := ( others => '0');
signal s_busySR : unsigned( 15 downto 0) := ( others => '0' ); -- --! Shift register to generate stretch
signal s_busySR : unsigned( 14 downto 0) := ( others => '0' ); -- --! Shift register to generate stretch
begin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment