mkdir -p sim/isa cd sim/isa && iverilog -Ttyp -D IVERILOG=1 -g2012 -gassertions -Wall -Wno-timescale -D ABS_TOP=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware -I /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core -I /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/sim -o isa_tb.tbi ../isa_tb.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/EECS151.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/clocks.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/button_parser.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/debouncer.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/edge_detector.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/fifo.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/synchronizer.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/uart.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/uart_receiver.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/io_circuits/uart_transmitter.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/memories/bios_mem.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/memories/dmem.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/memories/imem.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/alu.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/branch_comp.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/cpu.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/ctrl_logic.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/imm_gen.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/reg_file.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/branch_prediction/bp_cache.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/branch_prediction/branch_predictor.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/branch_prediction/sat_updn.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/cmb_ctrl_logic.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/forward_logic.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/pipeline.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/riscv_core/store_load_data.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/src/z1top.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/sim_models/BUFG.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/sim_models/PLLE2_ADV.v /home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/sim_models/glbl.v cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/add.hex +test_name=add |& tee add.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/add.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/add.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile add.fst opened for output. [passed] - add in 463 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/addi.hex +test_name=addi |& tee addi.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/addi.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/addi.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile addi.fst opened for output. [passed] - addi in 222 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/and.hex +test_name=and |& tee and.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/and.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/and.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile and.fst opened for output. [passed] - and in 483 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/andi.hex +test_name=andi |& tee andi.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/andi.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/andi.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile andi.fst opened for output. [passed] - andi in 178 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/auipc.hex +test_name=auipc |& tee auipc.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/auipc.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/auipc.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile auipc.fst opened for output. [passed] - auipc in 31 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/beq.hex +test_name=beq |& tee beq.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/beq.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/beq.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile beq.fst opened for output. [passed] - beq in 311 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bge.hex +test_name=bge |& tee bge.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bge.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bge.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile bge.fst opened for output. [passed] - bge in 347 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bgeu.hex +test_name=bgeu |& tee bgeu.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bgeu.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bgeu.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile bgeu.fst opened for output. [passed] - bgeu in 372 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/blt.hex +test_name=blt |& tee blt.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/blt.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/blt.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile blt.fst opened for output. [passed] - blt in 311 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bltu.hex +test_name=bltu |& tee bltu.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bltu.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bltu.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile bltu.fst opened for output. [passed] - bltu in 336 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bne.hex +test_name=bne |& tee bne.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bne.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/bne.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile bne.fst opened for output. [passed] - bne in 315 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/jal.hex +test_name=jal |& tee jal.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/jal.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/jal.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile jal.fst opened for output. [passed] - jal in 27 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/jalr.hex +test_name=jalr |& tee jalr.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/jalr.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/jalr.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile jalr.fst opened for output. [passed] - jalr in 107 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lb.hex +test_name=lb |& tee lb.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lb.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lb.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile lb.fst opened for output. [passed] - lb in 225 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lbu.hex +test_name=lbu |& tee lbu.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lbu.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lbu.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile lbu.fst opened for output. [passed] - lbu in 225 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lh.hex +test_name=lh |& tee lh.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lh.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lh.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile lh.fst opened for output. [passed] - lh in 237 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lhu.hex +test_name=lhu |& tee lhu.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lhu.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lhu.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile lhu.fst opened for output. [passed] - lhu in 244 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lui.hex +test_name=lui |& tee lui.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lui.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lui.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile lui.fst opened for output. [passed] - lui in 33 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lw.hex +test_name=lw |& tee lw.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lw.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/lw.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile lw.fst opened for output. [passed] - lw in 247 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/or.hex +test_name=or |& tee or.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/or.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/or.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile or.fst opened for output. [passed] - or in 486 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/ori.hex +test_name=ori |& tee ori.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/ori.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/ori.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile ori.fst opened for output. [passed] - ori in 185 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sb.hex +test_name=sb |& tee sb.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sb.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sb.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sb.fst opened for output. [passed] - sb in 422 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sh.hex +test_name=sh |& tee sh.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sh.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sh.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sh.fst opened for output. [passed] - sh in 475 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/simple.hex +test_name=simple |& tee simple.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/simple.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/simple.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile simple.fst opened for output. [passed] - simple in 7 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sll.hex +test_name=sll |& tee sll.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sll.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sll.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sll.fst opened for output. [passed] - sll in 491 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slli.hex +test_name=slli |& tee slli.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slli.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slli.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile slli.fst opened for output. [passed] - slli in 221 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slt.hex +test_name=slt |& tee slt.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slt.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slt.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile slt.fst opened for output. [passed] - slt in 457 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slti.hex +test_name=slti |& tee slti.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slti.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/slti.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile slti.fst opened for output. [passed] - slti in 217 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sltiu.hex +test_name=sltiu |& tee sltiu.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sltiu.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sltiu.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sltiu.fst opened for output. [passed] - sltiu in 217 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sltu.hex +test_name=sltu |& tee sltu.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sltu.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sltu.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sltu.fst opened for output. [passed] - sltu in 457 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sra.hex +test_name=sra |& tee sra.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sra.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sra.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sra.fst opened for output. [passed] - sra in 510 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srai.hex +test_name=srai |& tee srai.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srai.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srai.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile srai.fst opened for output. [passed] - srai in 236 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srl.hex +test_name=srl |& tee srl.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srl.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srl.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile srl.fst opened for output. [passed] - srl in 504 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srli.hex +test_name=srli |& tee srli.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srli.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/srli.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile srli.fst opened for output. [passed] - srli in 230 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sub.hex +test_name=sub |& tee sub.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sub.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sub.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sub.fst opened for output. [passed] - sub in 455 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sw.hex +test_name=sw |& tee sw.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sw.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/sw.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile sw.fst opened for output. [passed] - sw in 482 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/xor.hex +test_name=xor |& tee xor.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/xor.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/xor.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile xor.fst opened for output. [passed] - xor in 485 simulation cycles cd sim/isa && vvp isa_tb.tbi -fst +hex_file=/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/xori.hex +test_name=xori |& tee xori.log WARNING: ../isa_tb.v:45: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/xori.hex): Not enough words in the file for the requested range [0:16383]. WARNING: ../isa_tb.v:46: $readmemh(/home/cc/eecs151/fa22/class/eecs151-abj/Documents/fa22_fpga_team06/hardware/../software/riscv-isa-tests/xori.hex): Not enough words in the file for the requested range [0:16383]. FST info: dumpfile xori.fst opened for output. [passed] - xori in 187 simulation cycles