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:
10
serv.core
10
serv.core
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user