Search found 21 matches

by TomasL
Sun Nov 13, 2016 1:50 am
Forum: Discuss LogicCircuit program
Topic: Light Up the wires, please
Replies: 4
Views: 7657

Re: Light Up the wires, please

Well atleast light upp the complet connection, all wires included in a connection when som part of it is clicked, now the only thing that is colored is the segment.
by TomasL
Sun Nov 13, 2016 1:49 am
Forum: Discuss LogicCircuit program
Topic: Light Up the wires, please
Replies: 4
Views: 7657

Re: Light Up the wires, please

Well, at least light upp the complete wire when you click on it, Makes it easier to see if everything is wired correctly
by TomasL
Thu Sep 03, 2015 10:01 am
Forum: Discuss LogicCircuit program
Topic: Seems to be a bug when using TriState
Replies: 5
Views: 8911

Re: Seems to be a bug when using TriState

And a sligtly modified one, when it is first powered on, all remains tri-stated, when it is toggled the first time, it works ok, sub sequently.
by TomasL
Thu Sep 03, 2015 9:58 am
Forum: Discuss LogicCircuit program
Topic: Seems to be a bug when using TriState
Replies: 5
Views: 8911

Re: Seems to be a bug when using TriState

Well, here is what I do.
by TomasL
Fri Jul 24, 2015 10:48 am
Forum: Computer Lab
Topic: MicroDisCray, a stupid project
Replies: 3
Views: 16857

Re: MicroDisCray, a stupid project

Set is the SLT-operation, Since carry isn't masked, and all operations is performed simultaniously, one cannot avoid carry etc.
A slt B = 0x01 if A<B and 0x00 if A >= B
by TomasL
Wed Jul 22, 2015 11:58 am
Forum: Computer Lab
Topic: MicroDisCray, a stupid project
Replies: 3
Views: 16857

Re: MicroDisCray, a stupid project

Here is the circuit of the 1-bit Alu-slice. It will (hopefully) do 7 functions (AND, OR, XOR, NOR, ADD, SUB and SLT). I had to design my own gates, since Logical Circuit doesn't have any ECL-gates. The only type of gate used is an OR-gate, however, due to the design of ECL, it has two outputs, the n...
by TomasL
Tue Jul 21, 2015 9:07 pm
Forum: Discuss LogicCircuit program
Topic: What is "Floating Symbols"?
Replies: 2
Views: 6178

Re: What is "Floating Symbols"?

Ok, thanks.
by TomasL
Tue Jul 21, 2015 2:52 pm
Forum: Discuss LogicCircuit program
Topic: What is "Floating Symbols"?
Replies: 2
Views: 6178

What is "Floating Symbols"?

Is it correct to assume that a "Floating Symbol" is a circuit block whith one or more nodes left un-connected.
Not necceceraly wrong, since nodes can be left unconnected by purpose?
Or am I totaly wrong?