OpenCores
URL https://opencores.org/ocsvn/ecg/ecg/trunk

Subversion Repositories ecg

[/] [ecg/] [trunk/] [testbench/] [test_point_scalar_mult.v] - Diff between revs 11 and 13

Show entire file | Details | Blame | View Log

Rev 11 Rev 13
Line 90... Line 90...
        c = 1000;
        c = 1000;
        go;
        go;
        if (zero3 !== 1) begin $display("E"); $finish; end
        if (zero3 !== 1) begin $display("E"); $finish; end
        else $display(":D");
        else $display(":D");
 
 
/*        // if scalar value is the order of the generator point, then the result is the inf point
        // if scalar value is the order of the generator point, then the result is the inf point
        x1 = 194'h288162298554054820552a05426081a1842886a58916a6249;
        x1 = 194'h288162298554054820552a05426081a1842886a58916a6249;
        y1 = 194'h2895955069089214054596a189a4420556589054140941695;
        y1 = 194'h2895955069089214054596a189a4420556589054140941695;
        zero1 = 0;
        zero1 = 0;
        c = 152'd2726865189058261010774960798134976187171462721;
        c = 152'd2726865189058261010774960798134976187171462721;
        go;
        go;
        if (zero3 !== 1) begin $display("E"); $finish; end
        if (zero3 !== 1) begin $display("E"); $finish; end
        else $display(":D");        */
        else $display(":D");
 
 
        // good work, buddy
        // good work, buddy
        $display("nice!");
        $display("nice!");
        $finish;
        $finish;
        end
        end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.