+ /eda/oss-cad-suite/bin/iverilog -o simulation.out -g2005 -s riscv_top -I src/core -I src/dcache -I src/icache src/core/biriscv_alu.v src/core/biriscv_csr.v src/core/biriscv_csr_regfile.v src/core/biriscv_decode.v src/core/biriscv_decoder.v src/core/biriscv_defs.v src/core/biriscv_divider.v src/core/biriscv_exec.v src/core/biriscv_fetch.v src/core/biriscv_frontend.v src/core/biriscv_issue.v src/core/biriscv_lsu.v src/core/biriscv_mmu.v src/core/biriscv_multiplier.v src/core/biriscv_npc.v src/core/biriscv_pipe_ctrl.v src/core/biriscv_regfile.v src/core/biriscv_trace_sim.v src/core/biriscv_xilinx_2r1w.v src/core/riscv_core.v src/dcache/dcache.v src/dcache/dcache_axi.v src/dcache/dcache_axi_axi.v src/dcache/dcache_core.v src/dcache/dcache_core_data_ram.v src/dcache/dcache_core_tag_ram.v src/dcache/dcache_if_pmem.v src/dcache/dcache_mux.v src/dcache/dcache_pmem_mux.v src/icache/icache.v src/icache/icache_data_ram.v src/icache/icache_tag_ram.v src/top/riscv_top.v
src/dcache/dcache_core.v:186: error: Unable to bind wire/reg/memory `tag_hit_any_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:409: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:186: error: Unable to elaborate condition expression.
src/dcache/dcache_core.v:242: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:590: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:247: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:590: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:251: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:590: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:310: error: Unable to bind wire/reg/memory `tag0_hit_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:350: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:322: error: Unable to bind wire/reg/memory `tag0_hit_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:350: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:366: error: Unable to bind wire/reg/memory `tag1_hit_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:406: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:378: error: Unable to bind wire/reg/memory `tag1_hit_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:406: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:431: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:590: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:433: error: Unable to bind wire/reg/memory `data0_data_out_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:525: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:439: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:590: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:441: error: Unable to bind wire/reg/memory `data0_data_out_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:525: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:446: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:590: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:448: error: Unable to bind wire/reg/memory `data1_data_out_m_w' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:562: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_core.v:494: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_dcache.u_core'
src/dcache/dcache_core.v:590: : A symbol with that name was declared here. Check for declaration after use.
src/dcache/dcache_axi.v:179: warning: Port 6 (inport_id_i) of dcache_axi_axi expects 4 bits, got 32.
src/dcache/dcache_axi.v:179: : Pruning (signed) 28 high bits of the expression.
src/icache/icache.v:193: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_icache'
src/icache/icache.v:386: : A symbol with that name was declared here. Check for declaration after use.
src/icache/icache.v:197: error: Unable to bind wire/reg/memory `flush_addr_q' in `riscv_top.u_icache'
src/icache/icache.v:386: : A symbol with that name was declared here. Check for declaration after use.
18 error(s) during elaboration.