mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
fix ibex TB top compilation issue (#58)
This commit is contained in:
parent
7ec87d8044
commit
50c73dcf58
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ module core_ibex_tb_top;
|
|||
.irq_i('0),
|
||||
.irq_id_i('0),
|
||||
.debug_req_i('0),
|
||||
.fetch_enable_i(fetch_enable),
|
||||
.ext_perf_counters_i('0)
|
||||
.fetch_enable_i(fetch_enable)
|
||||
);
|
||||
|
||||
ibex_mem_intf data_mem_vif();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue