Browse Source

Merge pull request #415 from ozbenh/uart16550-core

Bundle the uart16550 core file
pull/404/merge
Michael Neuling 5 months ago committed by GitHub
parent
commit
7d928200b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      microwatt.core
  2. 28
      uart16550/uart16550.core

2
microwatt.core

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

uart16550:
depend : ["::uart16550"]
depend : [":microwatt:uart16550"]

targets:
nexys_a7:

28
uart16550/uart16550.core

@ -0,0 +1,28 @@ @@ -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
Loading…
Cancel
Save