URL
https://opencores.org/ocsvn/amber/amber/trunk
[/] [amber/] [trunk/] [hw/] [vlog/] [tb/] [tb_uart.v] - Diff between revs 27 and 63
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 63 |
Line 37... |
Line 37... |
// from http://www.opencores.org/lgpl.shtml //
|
// from http://www.opencores.org/lgpl.shtml //
|
// //
|
// //
|
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
|
|
`timescale 1 ps / 1 ps
|
`timescale 1 ps / 1 ps
|
|
`include "system_config_defines.v"
|
|
`include "global_defines.v"
|
|
|
|
|
module tb_uart (
|
module tb_uart (
|
input i_uart_cts_n, // Clear To Send
|
input i_uart_cts_n, // Clear To Send
|
output reg o_uart_txd,
|
output reg o_uart_txd,
|
output o_uart_rts_n, // Request to Send
|
output o_uart_rts_n, // Request to Send
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.