summaryrefslogtreecommitdiffstats
path: root/uart_tx_8n1.v
diff options
context:
space:
mode:
Diffstat (limited to 'uart_tx_8n1.v')
-rw-r--r--uart_tx_8n1.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/uart_tx_8n1.v b/uart_tx_8n1.v
index f893dab..d99319a 100644
--- a/uart_tx_8n1.v
+++ b/uart_tx_8n1.v
@@ -1,4 +1,6 @@
-/* 8n1 UART module - transmit only */
+/* 8n1 UART module - transmit only
+ License: GPLv3
+*/
module uart_tx_8n1(input clk, input[7:0] txbyte, input senddata, output txcomplete, output tx);
/* Parameters */
parameter STATE_IDLE = 8'd0;