Search found 46 matches

by Alexander
Mon Apr 07, 2014 9:12 am
Forum: Circuit Talk
Topic: Bidirectional circuit in LogicCircuit
Replies: 14
Views: 20954

Re: Bidirectional circuit in LogicCircuit

If it is possible, try to buil it in another program. You can try this program. http://www.falstad.com/circuit/
Here you have all the low level possibilities like resistors, transistors and diodes. Then you can think how to port it.
by Alexander
Mon Apr 07, 2014 12:54 am
Forum: Circuit Talk
Topic: Visual Effect
Replies: 1
Views: 5908

Visual Effect

I created a visual effect.Thats one of the reason why I tried to speed up the system using RAMs.
viewtopic.php?f=3&t=9610
And now I've noticed one more strange thing. The actual frequency doesn't exceed the 32 Hz. Why?
by Alexander
Sun Apr 06, 2014 11:04 pm
Forum: Circuit Talk
Topic: Moving things to RAM (LUTs)
Replies: 7
Views: 13041

RAM Flip-Flop problem

The problem is explained inside.
by Alexander
Sun Apr 06, 2014 9:02 pm
Forum: Circuit Talk
Topic: Bidirectional circuit in LogicCircuit
Replies: 14
Views: 20954

Re: Bidirectional circuit in LogicCircuit

I tried hard to understand what you need. Are you sure, what you want is "electrically possible" ? And not just a limitation of a program. As you didn't explain the entire goal, I assumed that what you need is this, but with one wire. But, at list here it is not possible. This is a two-wir...
by Alexander
Sat Apr 05, 2014 5:37 am
Forum: Circuit Talk
Topic: Moving things to RAM (LUTs)
Replies: 7
Views: 13041

Re: Moving things to RAM (LUTs)

Ok, I didn't thought about such a way to test it) While I have made such tests in other programming languages. I think it does have sense if you are working on the higher level and it doesn't matter how the lower level blocks are built. Not only counters can be implemented in such a way, but more co...
by Alexander
Fri Apr 04, 2014 6:32 pm
Forum: Circuit Talk
Topic: Moving things to RAM (LUTs)
Replies: 7
Views: 13041

Re: Moving things to RAM (LUTs)

The trickiest thing I've got until now!)
by Alexander
Fri Apr 04, 2014 5:48 pm
Forum: Circuit Talk
Topic: Moving things to RAM (LUTs)
Replies: 7
Views: 13041

Moving things to RAM (LUTs)

This is an example of making a counter and a flip-flop from the ram bloks. You just need to generate an appropriate look up table. And I want to ask, if this will work faster/need less memory?
by Alexander
Tue Apr 01, 2014 10:47 am
Forum: Discuss LogicCircuit program
Topic: LogicCircuit for Android?
Replies: 3
Views: 8812

Re: LogicCircuit for Android?

I'm on linux now trying to run the Logiccircuit in wine with mono. It doesn't start. I don't know if it is my problem or the program's problem. Can you, please, test it? Btw, if you'll make the Logiccircuit run good on wine you don't actually need to port it.
by Alexander
Thu Sep 19, 2013 1:51 pm
Forum: Circuit Talk
Topic: 4bit Address x 4bit Data Multiplexer
Replies: 2
Views: 6374

Re: 4bit Address x 4bit Data Multiplexer

It's not so hard until it is too big like this..
by Alexander
Thu Sep 19, 2013 5:26 am
Forum: Circuit Talk
Topic: 4bit Address x 4bit Data Multiplexer
Replies: 2
Views: 6374

4bit Address x 4bit Data Multiplexer

While building this multiplexer I met the necessity to build such blocks as 16x4 bit Or gate. I thought, what about having the possibility to chose the bit width of gate's pins?