mirror of
https://github.com/olofk/serv.git
synced 2026-01-26 03:41:21 +00:00
Add timeout argument
This commit is contained in:
@@ -89,7 +89,7 @@ targets:
|
||||
verilator_tb:
|
||||
default_tool: verilator
|
||||
filesets : [soc, verilator_tb]
|
||||
parameters : [RISCV_FORMAL, firmware, memsize, signature, uart_baudrate, vcd]
|
||||
parameters : [RISCV_FORMAL, firmware, memsize, signature, timeout, uart_baudrate, vcd]
|
||||
tools:
|
||||
verilator:
|
||||
verilator_options : [--trace]
|
||||
@@ -129,6 +129,10 @@ parameters:
|
||||
description : Treat q output as an UART with the specified baudrate (0 or omitted parameter disables UART decoding)
|
||||
paramtype : plusarg
|
||||
|
||||
timeout:
|
||||
datatype : int
|
||||
paramtype : plusarg
|
||||
|
||||
vcd:
|
||||
datatype : bool
|
||||
paramtype : plusarg
|
||||
|
||||
Reference in New Issue
Block a user