Skip to content

Commit

Permalink
typo in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdevlin authored and bsdevlin committed Jun 30, 2019
1 parent cb18f74 commit 5091857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cl_zcash/verif/tests/test_zcash.sv
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ task test_bls12_381();
bls12_381_pkg::inst_t inst;
bls12_381_interrupt_rpl_t interrupt_rpl;
fp2_jb_point_t out_p, exp_p;
logic [380:0] in_k = 381'h33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
logic [380:0] in_k = 381'h33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333;

// Make sure we aren't in reset
while(!tb.card.fpga.CL.zcash_fpga_top.bls12_381_top.inst_uram_reset.reset_done ||
Expand Down

0 comments on commit 5091857

Please sign in to comment.