Tagged Questions

3
votes
1answer
724 views

Tool to draw logic gates from text

Is there a tool to draw out logic gates / the circuit diagram from a textual description of those gates (such as HDL)? Thank you.
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 ...
2
votes
5answers
354 views

Or gate using 2 NANDS

The diagrams I've seen for making an OR gate from a NAND gate use 3 NAND gates but if you have both inputs connected to both connectors of a NAND gate and then the output of this gate as inputs to ...
2
votes
3answers
5k views

How do I convert a number to two's complement in verilog?

I am trying to design a 4-bit adder subtracter in verilog. This is only the second thing I have ever written in verilog, and I don't know all the correct syntax yet. This is the module I have so far: ...
1
vote
2answers
70 views

to know logic design - help

input : A and B output: F A and B represents number in range of [0,3], that is A made up from A_0 and A_1 B made up from B_0 and B_1 A_0 A_1 B_0 B_1 F = ...
0
votes
0answers
66 views

How to wire a RS flipflop with PRESET and CLEAR pins

Our instructor wants us to design a circuit diagram for a RS flipflop with Preset and Clear lines, and I cannot for the life of me figure it out (or find anyone online who's ever built one). I tried ...
0
votes
2answers
149 views

Needed : Well documented implementation of “Simulated Annealing”

I'm working on Optimization of Reversible logic circuit design and I'm using the technique of "Simulated annealing". I'm trying to code it in C and proves to be a bit difficult. If someone has code of ...
0
votes
1answer
33 views

Probabilistic logic vs. analog

There are research articles (e.g. Chakrapani & Palem) and devices (e.g. Lyric) that use a so-called probabilistic logic. I suppose the idea is that the outputs of such a device, given some inputs, ...
-1
votes
1answer
501 views

LED Quix Buzzer Circuit With Logic Gates [closed]

I want to Make Simple a Quiz Buzzer Circuit With LED. e.g. I need LED instead of Buzzer. I don't need any reset Switch. I want to maximize the Use of Logic Gates in this Circuit. and Obviously no ...