mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[xlm] Enable access to signals without dumping waves
The `-access rw` option allows Xcelium to access signals in the design (e.g., with `uvm_hdl_read` or `uvm_hdl_force`) without having to dump waves (which substantially increases the run time). See [1] for the background discussion. [1]: https://github.com/lowRISC/ibex/pull/1879#issuecomment-1300216022 Signed-off-by: Andreas Kurth <adk@lowrisc.org>
This commit is contained in:
parent
e5a6c9f38c
commit
120607f4f2
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@
|
|||
-elaborate
|
||||
-l <tb_build_log>
|
||||
-xmlibdirpath <tb_dir>
|
||||
-access rw
|
||||
<cmp_opts> <cov_opts> <wave_opts> <cosim_opts>
|
||||
cov_opts: >
|
||||
-coverage all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue