fix ibex TB top compilation issue (#58)

This commit is contained in:
taoliug 2019-06-04 10:55:22 -07:00 committed by GitHub
parent 7ec87d8044
commit 50c73dcf58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();