5 Questions 1 Answers 0 Followers
Questions related from Monther Al-Jaffari
I am facing a problem in VHDL via ModelSim. It is an error in my if-statement. if ((s(0) = c(0)) AND (NOT(x1(0)))) THEN I:= (others => '0'); end if; Here is my if-statement and the error...
17 March 2014 3,420 3 View
I used to do my programs in behavioral description type as functions. Fortunately, I could call functions inside another function. Then I realized that they are not synthesizable. After that I...
21 February 2014 7,726 2 View
What is the best pseudo random number generator (PRNG) for designing RSA cryptosystems. I need it in simulating my program in ModelSim + Quartus. However, if you know how to use the built-in...
17 February 2014 3,318 7 View
RSA Cryptography
20 January 2014 1,827 1 View
20 January 2014 7,387 2 View