URL
https://opencores.org/ocsvn/spacewire_light/spacewire_light/trunk
Show entire file |
Details |
Blame |
View Log
Rev 3 |
Rev 7 |
Line 238... |
Line 238... |
s_autostart <= '0';
|
s_autostart <= '0';
|
s_linkstart <= switch(0);
|
s_linkstart <= switch(0);
|
s_linkdisable <= switch(1);
|
s_linkdisable <= switch(1);
|
s_senddata <= switch(2);
|
s_senddata <= switch(2);
|
s_sendtick <= switch(3);
|
s_sendtick <= 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
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.