SPI_Test/tb/qumcu/isa/case/Bge_neg_test/user.sv

21 lines
792 B
Systemverilog
Raw Normal View History

2024-06-25 16:41:01 +08:00
initial begin
#10ns;
wait(tbtop.U_CHIP_TOP.U_qbmcu.U_qbmcu_regfile.regfile[1].rfno0.rf_dfflr.qout_r == 32'hffff_fffb);
wait(tbtop.U_CHIP_TOP.U_qbmcu.U_qbmcu_regfile.regfile[2].rfno0.rf_dfflr.qout_r == 32'hffff_fffc);
wait(tbtop.U_CHIP_TOP.U_qbmcu.U_qbmcu_regfile.regfile[3].rfno0.rf_dfflr.qout_r == 32'h50000);
wait(tbtop.U_CHIP_TOP.U_qbmcu.U_qbmcu_regfile.regfile[4].rfno0.rf_dfflr.qout_r == 32'h00000);
wait(tbtop.U_CHIP_TOP.U_qbmcu.U_qbmcu_regfile.regfile[5].rfno0.rf_dfflr.qout_r == 32'h70000);
wait(tbtop.U_CHIP_TOP.U_qbmcu.U_qbmcu_regfile.regfile[6].rfno0.rf_dfflr.qout_r == 32'h80000);
TEST_PASS;
end
initial begin
#100us;
$display("\n----------------------------------------\n");
$display("\t Timeout Error !!!!\n");
TEST_FAIL;
end