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

Subversion Repositories theia_gpu

[/] [theia_gpu/] [branches/] [beta_2.0/] [rtl/] [Module_Sqrt_Station.v] - Diff between revs 213 and 230

Show entire file | Details | Blame | View Log

Rev 213 Rev 230
Line 71... Line 71...
 
 
FixedPointSquareRoot SQRT
FixedPointSquareRoot SQRT
(
(
        .Clock(     Clock                   ),
        .Clock(     Clock                   ),
        .Reset(     Reset                   ),
        .Reset(     Reset                   ),
        .Operand(   wRS1_OperandA[`X_RNG]   ),
        .iOperand(   {32'b0,wRS1_OperandA[`X_RNG]}   ),
        .iInputReady( wRS1_2_ADD_Trigger    ),
        .iInputReady( wRS1_2_ADD_Trigger    ),
        .OutputReady(wExeDone               ),
        .oOutputReady(wExeDone               ),
        .Result(    wResult         )
        .oResult(    wResult         )
);
);
 
 
 
 
endmodule
endmodule
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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