URL
https://opencores.org/ocsvn/uart_block/uart_block/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 24 |
Rev 27 |
Line 25... |
Line 25... |
type rxStates is (bit0, bit1, bit2, bit3, bit4, bit5, bit6, bit7, rx_stop, rx_idle);
|
type rxStates is (bit0, bit1, bit2, bit3, bit4, bit5, bit6, bit7, rx_stop, rx_idle);
|
type rxFilterStates is (s0, s1, s2, s3);
|
type rxFilterStates is (s0, s1, s2, s3);
|
|
|
type sendByte is (idle, prepare_byte, start_sending, wait_completion);
|
type sendByte is (idle, prepare_byte, start_sending, wait_completion);
|
|
|
|
type testMaster is (idle, config_clock, config_baud, send_byte, receive_byte, wait_cycles);
|
|
|
end pkgDefinitions;
|
end pkgDefinitions;
|
|
|
package body pkgDefinitions is
|
package body pkgDefinitions is
|
|
|
end pkgDefinitions;
|
end pkgDefinitions;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.