1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-26 11:41:51 +00:00

Add UART decoder

This commit is contained in:
Olof Kindgren
2018-11-19 09:42:42 +01:00
parent f7b396601f
commit 6e034361d4
4 changed files with 68 additions and 15 deletions

View File

@@ -104,7 +104,7 @@ targets:
default_tool: verilator
filesets : [core, wrapper, verilator_tb]
generate : [wb_intercon]
parameters : [RISCV_FORMAL=true, firmware, signature]
parameters : [RISCV_FORMAL=true, firmware, signature, uart_baudrate, vcd]
tools:
verilator:
verilator_options : [-Wno-fatal, --trace]
@@ -122,6 +122,14 @@ parameters:
signature:
datatype : file
paramtype : plusarg
uart_baudrate:
datatype : int
description : Treat q output as an UART with the specified baudrate (0 or omitted parameter disables UART decoding)
paramtype : plusarg
vcd:
datatype : bool
paramtype : plusarg
generate:
wb_intercon: