testbench update

This commit is contained in:
bsdevlin 2019-04-10 15:05:12 -04:00
parent f55c8ac83f
commit b1a32169b2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ begin
$display("Running test_0...");
//p_in = {z:1, x:4, y:2};
//p_in = {z:10, x:64, y:23};
p_in = secp256k1_pkg::G_p;
p_in = {x:secp256k1_pkg::Gx, y:secp256k1_pkg::Gx, z:1};
p_exp = dbl_jb_point(p_in);
fork