Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
965 views

Finding prime factors to large numbers using specially-crafted CPUs

My understanding is that many public key cryptographic algorithms these days depend on large prime numbers to make up the keys, and it is the difficulty in factoring the product of two primes that ...
3
votes
1answer
65 views

“Warning C0007 : Architecture has unbound instances” issue!

I have the following source code from the CD attached with "Fundamental of Digital Design" book. When I tried run the program, it gave me the following error: Compiling Fig17_13.vhd... ...
2
votes
3answers
77 views

How to think about digital circuit design

How does one go about thinking about designing digital logic chips in an abstract way? I'm currently working through "The Elements of Computing Systems" I'm in the first chapter, and I've implemented ...
0
votes
1answer
15 views

Schematic editor for digital designs

I'm looking for a schematic editor/capture tool to use in the very initial steps of a digital design. This is, as a block diagram editor, instead of inkscape or similar. The idea is to replicate ...
0
votes
1answer
52 views

Programmable Logic Devices

I have a confusion in understanding the structure of PAL device. My first question is that if we buy a PAL device , then how can we know that how many min terms are added by each OR gate in the OR ...