1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-13 23:23:55 +00:00

Merge pull request #415 from ozbenh/uart16550-core

Bundle the uart16550 core file
This commit is contained in:
Michael Neuling
2022-10-25 10:52:34 +11:00
committed by GitHub
2 changed files with 29 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ filesets:
depend : [":microwatt:litesdcard"]
uart16550:
depend : ["::uart16550"]
depend : [":microwatt:uart16550"]
targets:
nexys_a7:

28
uart16550/uart16550.core Normal file
View File

@@ -0,0 +1,28 @@
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