OpenCores
URL https://opencores.org/ocsvn/spacewire_light/spacewire_light/trunk

Subversion Repositories spacewire_light

[/] [spacewire_light/] [trunk/] [syn/] [streamtest_digilent-xc3s200/] [streamtest_top.vhd] - Diff between revs 3 and 7

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 3 Rev 7
Line 231... Line 231...
            -- Synchronize switch settings
            -- Synchronize switch settings
            s_autostart <= switch(0);
            s_autostart <= switch(0);
            s_linkstart <= switch(1);
            s_linkstart <= switch(1);
            s_linkdisable <= switch(2);
            s_linkdisable <= switch(2);
            s_senddata  <= switch(3);
            s_senddata  <= switch(3);
 
            s_txdivcnt(7 downto 4) <= "0000";
            s_txdivcnt(3 downto 0) <= switch(7 downto 4);
            s_txdivcnt(3 downto 0) <= switch(7 downto 4);
 
 
            -- Sticky link error LED
            -- Sticky link error LED
            s_linkerrorled <= (s_linkerrorled or s_linkerror) and
            s_linkerrorled <= (s_linkerrorled or s_linkerror) and
                              (not s_clearbtn) and
                              (not s_clearbtn) and

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.