[Cryptech-Commits] [core/uart] branch master updated (75b908f -> 9fd0e15)
git at cryptech.is
git at cryptech.is
Thu Mar 13 14:41:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a change to branch master
in repository core/uart.
from 75b908f Adding license and readme files for the uart.
new faeba59 Adding RTL files for the uart.
new 9fd0e15 Adding testbench for the uart.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/rtl/uart.v | 266 ++++++++++++++++++++++++
src/rtl/uart_core.v | 586 ++++++++++++++++++++++++++++++++++++++++++++++++++++
src/tb/tb_uart.v | 394 +++++++++++++++++++++++++++++++++++
3 files changed, 1246 insertions(+)
create mode 100644 src/rtl/uart.v
create mode 100644 src/rtl/uart_core.v
create mode 100644 src/tb/tb_uart.v
More information about the Commits
mailing list