Update ifu_ic_mem.sv

This commit is contained in:
laraibkhan-lm 2021-03-05 11:11:28 +05:00 committed by GitHub
parent 2d9eda1e2e
commit 6357b8d0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module ifu_ic_mem
.ICACHE_TAG_DEPTH(ICACHE_TAG_DEPTH),
.ICACHE_WAYPACK(ICACHE_WAYPACK),
.ICACHE_INDEX_HI(ICACHE_INDEX_HI),
.ICACHE_TAG_INDEX_LO(ICACHE_TAG_INDEX_LO))
.ICACHE_TAG_INDEX_LO(ICACHE_TAG_INDEX_LO)) ic_tag_inst
(
.*,
.ic_wr_en (ic_wr_en[ICACHE_NUM_WAYS-1:0]),