1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-11 23:43:15 +00:00
Benjamin Herrenschmidt d299ea925e Bundle the uart16550 core file
We already carry the UART verilog source, so we may as well use it
instead of requiring fusesoc to import it from its library

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2022-10-24 21:39:00 +11:00

29 lines
512 B
Plaintext

CAPI=2:
name : :microwatt:uart16550:1.5.5-r1
description : UART 16550 transceiver
filesets:
rtl:
files:
- uart_defines.v: {is_include_file: true}
- raminfr.v
- uart_receiver.v
- uart_regs.v
- uart_rfifo.v
- uart_sync_flops.v
- uart_tfifo.v
- uart_top.v
- uart_transmitter.v
- uart_wb.v
file_type: verilogSource
targets:
default:
filesets: [rtl]
provider:
name : github
user : olofk
repo : uart16550
version : v1.5.5