mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
[dv] Pass end_signature_addr to generate test step
The CSR test generation needs to know end_signature_addr. Previously this wasn't being passed to the test generator so CSR tests just looped forever.
This commit is contained in:
parent
83ac7a94d2
commit
c2a7af870a
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ def main() -> int:
|
|||
'--test', testname,
|
||||
'--start_seed', str(seed),
|
||||
'--iterations', '1',
|
||||
'--end_signature_addr', args.end_signature_addr,
|
||||
'--sim_opts', sim_opts_str,
|
||||
'--debug', orig_list])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue