verilog

This is a discussion on verilog within the Theory and Concepts forums in category; hi, am about to develop a systolic array for performing multiplication & division.. so am suppose to write verilog codings for the following algorithm which resulted in error while trying.. can any one please help me with the verilog codings for the following Montgomery modular multiplication algorithm.. Input:x,y,m: m is odd, |x|< m, & |y|< m output: z:z mod m = xy2^(-n-2)(mod m), & |z|<m 1. z<- 0; 2. for i <- 0 to n+1; 3. z <- MODDIV2FLAG(z+x(y[i-1]-y[i]),m); -------------------thank u----------------------------------------...

Go Back   Application Development Forum > Theory and Concepts

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 01-23-2008, 01:11 AM
Junior Member
 
Join Date: Jan 2008
smismi is on a distinguished road
Default verilog

hi,

am about to develop a systolic array for performing multiplication & division..
so am suppose to write verilog codings for the following algorithm which resulted in error while trying..
can any one please help me with the verilog codings for the following Montgomery modular multiplication algorithm..

Input:x,y,m: m is odd, |x|< m, & |y|< m
output: z:z mod m = xy2^(-n-2)(mod m), & |z|<m
1. z<- 0;
2. for i <- 0 to n+1;
3. z <- MODDIV2FLAG(z+x(y[i-1]-y[i]),m);
-------------------thank u----------------------------------------
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 02:09 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.