From: Benjamin Herrenschmidt Date: Mon, 24 Oct 2022 04:25:39 +0000 (+1100) Subject: Bundle the uart16550 core file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d299ea925ec1110cafc9ebbf48a53031815e1f28;p=microwatt.git 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 --- diff --git a/microwatt.core b/microwatt.core index bb6770d..febd397 100644 --- a/microwatt.core +++ b/microwatt.core @@ -138,7 +138,7 @@ filesets: depend : [":microwatt:litesdcard"] uart16550: - depend : ["::uart16550"] + depend : [":microwatt:uart16550"] targets: nexys_a7: diff --git a/uart16550/uart16550.core b/uart16550/uart16550.core new file mode 100644 index 0000000..cdb98da --- /dev/null +++ b/uart16550/uart16550.core @@ -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