1
0
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:
Olof Kindgren
2019-08-22 09:46:06 +02:00
parent 65eb89323a
commit e059b7cf09
3 changed files with 17 additions and 1 deletions

View File

@@ -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