Skip to content

Instantly share code, notes, and snippets.

@ZipCPU
Created June 9, 2018 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZipCPU/ef88a1c60854d6b483fca3a74edbcf90 to your computer and use it in GitHub Desktop.
Save ZipCPU/ef88a1c60854d6b483fca3a74edbcf90 to your computer and use it in GitHub Desktop.
$ verilator -Wall -y extern/lm32/rtl -y targets/tinyfpga-soc-no-trigger -cc targets/tinyfpga-soc-no-trigger/gateware/top.v |& tee trace.txt
%Warning-PINMISSING: targets/tinyfpga-soc-no-trigger/gateware/top.v:812: Cell has missing pin: I_LOCK_O
%Warning-PINMISSING: Use "/* verilator lint_off PINMISSING */" and lint_on around source to disable this message.
%Warning-PINMISSING: targets/tinyfpga-soc-no-trigger/gateware/top.v:812: Cell has missing pin: D_LOCK_O
%Warning-IMPLICIT: extern/lm32/rtl/lm32_interrupt.v:166: Signal definition not found, creating implicitly: ie_csr_read_data
%Warning-IMPLICIT: extern/lm32/rtl/lm32_interrupt.v:175: Signal definition not found, creating implicitly: ip_csr_read_data
%Warning-IMPLICIT: extern/lm32/rtl/lm32_interrupt.v:176: Signal definition not found, creating implicitly: im_csr_read_data
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:341: Signal definition not found, creating implicitly: op_add
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:342: Signal definition not found, creating implicitly: op_and
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:343: Signal definition not found, creating implicitly: op_andhi
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:344: Signal definition not found, creating implicitly: op_b
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:345: Signal definition not found, creating implicitly: op_bi
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:346: Signal definition not found, creating implicitly: op_be
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:347: Signal definition not found, creating implicitly: op_bg
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:348: Signal definition not found, creating implicitly: op_bge
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:349: Signal definition not found, creating implicitly: op_bgeu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:350: Signal definition not found, creating implicitly: op_bgu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:351: Signal definition not found, creating implicitly: op_bne
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:352: Signal definition not found, creating implicitly: op_call
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:353: Signal definition not found, creating implicitly: op_calli
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:354: Signal definition not found, creating implicitly: op_cmpe
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:355: Signal definition not found, creating implicitly: op_cmpg
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:356: Signal definition not found, creating implicitly: op_cmpge
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:357: Signal definition not found, creating implicitly: op_cmpgeu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:358: Signal definition not found, creating implicitly: op_cmpgu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:359: Signal definition not found, creating implicitly: op_cmpne
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:361: Signal definition not found, creating implicitly: op_divu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:363: Signal definition not found, creating implicitly: op_lb
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:364: Signal definition not found, creating implicitly: op_lbu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:365: Signal definition not found, creating implicitly: op_lh
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:366: Signal definition not found, creating implicitly: op_lhu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:367: Signal definition not found, creating implicitly: op_lw
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:369: Signal definition not found, creating implicitly: op_modu
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:372: Signal definition not found, creating implicitly: op_mul
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:374: Signal definition not found, creating implicitly: op_nor
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:375: Signal definition not found, creating implicitly: op_or
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:376: Signal definition not found, creating implicitly: op_orhi
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:377: Signal definition not found, creating implicitly: op_raise
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:378: Signal definition not found, creating implicitly: op_rcsr
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:379: Signal definition not found, creating implicitly: op_sb
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:381: Signal definition not found, creating implicitly: op_sextb
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:382: Signal definition not found, creating implicitly: op_sexth
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:384: Signal definition not found, creating implicitly: op_sh
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:386: Signal definition not found, creating implicitly: op_sl
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:388: Signal definition not found, creating implicitly: op_sr
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:389: Signal definition not found, creating implicitly: op_sru
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:390: Signal definition not found, creating implicitly: op_sub
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:391: Signal definition not found, creating implicitly: op_sw
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:392: Signal definition not found, creating implicitly: op_user
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:393: Signal definition not found, creating implicitly: op_wcsr
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:394: Signal definition not found, creating implicitly: op_xnor
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:395: Signal definition not found, creating implicitly: op_xor
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:398: Signal definition not found, creating implicitly: arith
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:399: Signal definition not found, creating implicitly: logical
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:400: Signal definition not found, creating implicitly: cmp
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:403: Signal definition not found, creating implicitly: bra
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:404: Signal definition not found, creating implicitly: call
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:406: Signal definition not found, creating implicitly: shift
%Warning-IMPLICIT: extern/lm32/rtl/lm32_decoder.v:416: Signal definition not found, creating implicitly: sext
%Warning-IMPLICIT: extern/lm32/rtl/lm32_cpu.v:1060: Signal definition not found, creating implicitly: load_q_m
%Warning-IMPLICIT: extern/lm32/rtl/lm32_cpu.v:1061: Signal definition not found, creating implicitly: store_q_m
%Warning-IMPLICIT: extern/lm32/rtl/lm32_cpu.v:1219: Signal definition not found, creating implicitly: eret_k_q_x
%Warning-IMPLICIT: extern/lm32/rtl/lm32_cpu.v:1225: Signal definition not found, creating implicitly: csr_write_enable_k_q_x
%Warning-IMPLICIT: extern/lm32/rtl/lm32_cpu.v:2079: Signal definition not found, creating implicitly: q_d
%Warning-IMPLICIT: extern/lm32/rtl/lm32_cpu.v:2128: Signal definition not found, creating implicitly: q_m
%Warning-WIDTH: extern/lm32/rtl/lm32_addsub.v:89: Operator ADD expects 33 bits on the RHS, but RHS's VARREF 'Cin' generates 1 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_addsub.v:90: Operator SUB expects 33 bits on the RHS, but RHS's LOGNOT generates 1 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_interrupt.v:166: Operator ASSIGNW expects 1 bits on the Assign RHS, but Assign RHS's REPLICATE generates 32 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_interrupt.v:175: Operator ASSIGNW expects 1 bits on the Assign RHS, but Assign RHS's VARREF 'ip' generates 32 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_interrupt.v:176: Operator ASSIGNW expects 1 bits on the Assign RHS, but Assign RHS's VARREF 'im' generates 32 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_mc_arithmetic.v:215: Operator ASSIGNDLY expects 6 bits on the Assign RHS, but Assign RHS's SEL generates 5 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_mc_arithmetic.v:223: Operator ASSIGNDLY expects 6 bits on the Assign RHS, but Assign RHS's SEL generates 5 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_mc_arithmetic.v:244: Operator EQ expects 32 bits on the LHS, but LHS's VARREF 'cycles' generates 6 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_mc_arithmetic.v:265: Operator EQ expects 32 bits on the LHS, but LHS's VARREF 'cycles' generates 6 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_mc_arithmetic.v:282: Operator EQ expects 32 bits on the LHS, but LHS's VARREF 'cycles' generates 6 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_mc_arithmetic.v:292: Operator EQ expects 32 bits on the LHS, but LHS's VARREF 'cycles' generates 6 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_mc_arithmetic.v:300: Operator EQ expects 32 bits on the LHS, but LHS's VARREF 'cycles' generates 6 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_load_store_unit.v:823: Operator ASSIGNDLY expects 4 bits on the Assign RHS, but Assign RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_decoder.v:597: Operator ASSIGNW expects 30 bits on the Assign RHS, but Assign RHS's COND generates 32 bits.
%Warning-WIDTH: extern/lm32/rtl/lm32_instruction_unit.v:663: Operator ASSIGNDLY expects 30 bits on the Assign RHS, but Assign RHS's DIV generates 32 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:339: Operator NEQ expects 5 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:366: Operator NEQ expects 5 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:369: Operator NEQ expects 12 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:387: Operator EQ expects 3 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:388: Operator EQ expects 3 bits on the RHS, but RHS's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:418: Operator EQ expects 5 bits on the RHS, but RHS's CONST '2'h2' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:420: Operator EQ expects 3 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:422: Operator EQ expects 3 bits on the RHS, but RHS's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:424: Operator EQ expects 3 bits on the RHS, but RHS's CONST '2'h2' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:426: Operator EQ expects 3 bits on the RHS, but RHS's CONST '2'h3' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:435: Operator EQ expects 5 bits on the RHS, but RHS's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:437: Operator EQ expects 2 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:439: Operator EQ expects 2 bits on the RHS, but RHS's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:548: Operator ASSIGNDLY expects 12 bits on the Assign RHS, but Assign RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:550: Operator NEQ expects 12 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:566: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's VARREF 'bus_wishbone_dat_w' generates 32 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:567: Operator ASSIGNDLY expects 14 bits on the Assign RHS, but Assign RHS's VARREF 'bus_wishbone_adr' generates 30 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:568: Operator ASSIGNDLY expects 32 bits on the Assign RHS, but Assign RHS's VARREF 'interface_dat_r' generates 8 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:569: Operator EQ expects 2 bits on the RHS, but RHS's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:582: Operator ASSIGNDLY expects 2 bits on the Assign RHS, but Assign RHS's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:578: Operator NEQ expects 2 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:588: Operator ASSIGNDLY expects 4 bits on the Assign RHS, but Assign RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:611: Operator ASSIGNDLY expects 33 bits on the Assign RHS, but Assign RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:618: Operator ASSIGNDLY expects 4 bits on the Assign RHS, but Assign RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:623: Operator EQ expects 4 bits on the RHS, but RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:643: Operator ASSIGNDLY expects 33 bits on the Assign RHS, but Assign RHS's CONST '32'h80000000' generates 32 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:706: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:713: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's VARREF 'csrbank0_txfull_w' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:716: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's VARREF 'csrbank0_rxempty_w' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:719: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's VARREF 'uart_status_w' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:722: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's VARREF 'uart_pending_w' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:725: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's VARREF 'csrbank0_ev_enable0_w' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:708: Operator CASE expects 3 bits on the Case Item, but Case Item's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:708: Operator CASE expects 3 bits on the Case Item, but Case Item's CONST '1'h1' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:708: Operator CASE expects 3 bits on the Case Item, but Case Item's CONST '2'h2' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:708: Operator CASE expects 3 bits on the Case Item, but Case Item's CONST '2'h3' generates 2 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:733: Operator ASSIGNDLY expects 8 bits on the Assign RHS, but Assign RHS's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:735: Operator CASE expects 2 bits on the Case Item, but Case Item's CONST '1'h0' generates 1 bits.
%Warning-WIDTH: targets/tinyfpga-soc-no-trigger/gateware/top.v:735: Operator CASE expects 2 bits on the Case Item, but Case Item's CONST '1'h1' generates 1 bits.
%Warning-UNDRIVEN: targets/tinyfpga-soc-no-trigger/gateware/top.v:31: Bits of signal are not driven: interrupt[31:3,1:0]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:32: Bits of signal are not used: i_adr_o[1:0]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:33: Bits of signal are not used: d_adr_o[1:0]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:34: Bits of signal are not used: rom_bus_adr[29:11]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:35: Signal is not used: rom_bus_dat_w
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:37: Signal is not used: rom_bus_sel
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:41: Signal is not used: rom_bus_we
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:42: Signal is not used: rom_bus_cti
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:43: Signal is not used: rom_bus_bte
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:47: Bits of signal are not used: sram_bus_adr[29:10]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:55: Signal is not used: sram_bus_cti
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:56: Signal is not used: sram_bus_bte
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:66: Bits of signal are not used: bus_wishbone_adr[29:14]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:67: Bits of signal are not used: bus_wishbone_dat_w[31:8]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:69: Signal is not used: bus_wishbone_sel
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:74: Signal is not used: bus_wishbone_cti
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:75: Signal is not used: bus_wishbone_bte
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:80: Signal is not used: uart_phy_re
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:83: Signal is not used: uart_phy_sink_first
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:84: Signal is not used: uart_phy_sink_last
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:92: Signal is not used: uart_phy_source_ready
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:119: Signal is not used: uart_status_re
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:120: Signal is not used: uart_status_r
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:127: Signal is not used: uart_re
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:149: Signal is not used: uart_tx_fifo_wrport_dat_r
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:168: Signal is not used: uart_rx_fifo_source_first
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:169: Signal is not used: uart_rx_fifo_source_last
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:182: Signal is not used: uart_rx_fifo_wrport_dat_r
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:213: Bits of signal are not used: interface0_bank_bus_adr[8:3]
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:217: Signal is not used: csrbank0_txfull_re
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:218: Signal is not used: csrbank0_txfull_r
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:220: Signal is not used: csrbank0_rxempty_re
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:221: Signal is not used: csrbank0_rxempty_r
%Warning-UNUSED: targets/tinyfpga-soc-no-trigger/gateware/top.v:227: Bits of signal are not used: interface1_bank_bus_adr[8:2]
%Warning-UNUSED: extern/lm32/rtl/lm32_cpu.v:277: Signal is not used: I_RTY_I
%Warning-UNUSED: extern/lm32/rtl/lm32_cpu.v:432: Signal is not used: x_result_sel_logic_x
%Warning-UNUSED: extern/lm32/rtl/lm32_cpu.v:495: Signal is not used: eret_m
%Warning-UNUSED: extern/lm32/rtl/lm32_cpu.v:604: Signal is not driven, nor used: multiplier_result_w
%Warning-UNUSED: extern/lm32/rtl/lm32_cpu.v:643: Signal is not used: pc_x
%Warning-UNUSED: extern/lm32/rtl/lm32_cpu.v:645: Signal is not used: pc_w
%Warning-UNUSED: extern/lm32/rtl/lm32_instruction_unit.v:218: Signal is not used: valid_f
%Warning-UNUSED: extern/lm32/rtl/lm32_instruction_unit.v:220: Signal is not used: kill_f
%Warning-UNUSED: extern/lm32/rtl/lm32_decoder.v:392: Signal is not used: op_user
%Warning-UNUSED: extern/lm32/rtl/lm32_decoder.v:406: Signal is not used: shift
%Warning-UNUSED: extern/lm32/rtl/lm32_load_store_unit.v:170: Signal is not used: stall_a
%Warning-UNUSED: extern/lm32/rtl/lm32_load_store_unit.v:177: Bits of signal are not used: load_store_address_x[31:2]
%Warning-UNUSED: extern/lm32/rtl/lm32_load_store_unit.v:184: Signal is not used: load_x
%Warning-UNUSED: extern/lm32/rtl/lm32_load_store_unit.v:185: Signal is not used: store_x
%Warning-UNUSED: extern/lm32/rtl/lm32_load_store_unit.v:187: Signal is not used: store_q_x
%Warning-UNUSED: extern/lm32/rtl/lm32_load_store_unit.v:213: Signal is not used: d_rty_i
%Warning-UNUSED: extern/lm32/rtl/lm32_interrupt.v:166: Signal is not used: ie_csr_read_data
%Warning-UNUSED: extern/lm32/rtl/lm32_interrupt.v:175: Signal is not used: ip_csr_read_data
%Warning-UNUSED: extern/lm32/rtl/lm32_interrupt.v:176: Signal is not used: im_csr_read_data
%Warning-CASEINCOMPLETE: targets/tinyfpga-soc-no-trigger/gateware/top.v:708: Case values incompletely covered (example pattern 0x6)
%Warning-CASEOVERLAP: extern/lm32/rtl/lm32_cpu.v:2310: Case values overlap (example pattern 0x2)
%Warning-CASEINCOMPLETE: extern/lm32/rtl/lm32_mc_arithmetic.v:191: Case values incompletely covered (example pattern 0x6)
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:261: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: *** See the manual before disabling this,
%Warning-COMBDLY: else you may end up with different sim results.
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:262: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:263: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:264: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:265: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:289: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:291: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:295: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:296: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:297: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:300: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:302: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:306: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:307: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:308: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:326: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:328: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:353: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:355: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:386: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:387: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:388: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:389: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:457: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:463: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:468: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:474: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:479: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:485: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:490: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:496: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:501: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:507: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:512: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:518: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:523: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:529: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:534: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Warning-COMBDLY: targets/tinyfpga-soc-no-trigger/gateware/top.v:540: Delayed assignments (<=) in non-clocked (non flop or latch) block; suggest blocking assignments (=).
%Error: Exiting due to 212 warning(s)
%Error: Command Failed /usr/bin/verilator_bin -Wall -y extern/lm32/rtl -y targets/tinyfpga-soc-no-trigger -cc targets/tinyfpga-soc-no-trigger/gateware/top.v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment