Search found 46 matches

by Xaetral
Thu Jul 19, 2018 1:57 am
Forum: Circuit Talk
Topic: Bresenham Graphic Unit
Replies: 8
Views: 9705

Bresenham Graphic Unit

As I was searching how to draw lines for my next graphic unit, I found the bresenham algorithm, witch I totaly loved. The program needs only n iterations, with n the number of pixels in the line (witch is pretty fast) and can use integers only with simple operations like add, substract and shift! Th...
by Xaetral
Sun Jul 15, 2018 11:59 pm
Forum: Discuss LogicCircuit program
Topic: [Feature Request] High Impedance Constant
Replies: 2
Views: 3074

Re: [Feature Request] High Impedance Constant

I did, that's why I'm saying that, it would be smaller and cleaner than a tristate gate with a 0 constant.
by Xaetral
Sun Jul 15, 2018 2:28 am
Forum: Discuss LogicCircuit program
Topic: [Feature Request] High Impedance Constant
Replies: 2
Views: 3074

[Feature Request] High Impedance Constant

yet another feature request, I would like an option (something like a checkbox) in the constant to output a Z.

in short, make the constant bloc tristate
by Xaetral
Mon Jun 25, 2018 5:35 am
Forum: Discuss LogicCircuit program
Topic: [Feature Request] Bidirectionnal pins
Replies: 2
Views: 4218

[Feature Request] Bidirectionnal pins

I'm wondering, since I can send data to a output pin from an input pin (the opposite way it should be) without any problem, it shouldn't be very hard to add bidirectional pins, is it? It would be nice for data bus and other half-duplex communications. In short it's just a visual thing, not really a ...
by Xaetral
Tue Jun 19, 2018 10:03 am
Forum: Circuit Talk
Topic: Ternary logic - a story
Replies: 6
Views: 9467

Re: Ternary logic - a story

to answer the question "how much data can be pushed into one logiccircuit wire?" I would like to say that I made a 8 bit serial communication, so "infinite" and "32 bits per clock cycle" are valid answers to this question, even though I'm pretty sure I can go beyond 32b...
by Xaetral
Wed Jun 13, 2018 8:34 am
Forum: Circuit Talk
Topic: Ternary logic - a story
Replies: 6
Views: 9467

Re: Ternary logic - a story

nice post ^^
by Xaetral
Thu May 17, 2018 1:59 pm
Forum: Circuit Talk
Topic: 8bits Serial Transmitter + Receiver using only 1 wire
Replies: 4
Views: 5740

Re: 8bits Serial Transmitter + Receiver using only 1 wire

if it helps you: this bug(?) shouldn't be too much related to the other "non-connected wires" bug because my v.3 was already freezing the simulation before updating today, while the other bug occured after I did update
by Xaetral
Thu May 17, 2018 1:53 pm
Forum: Circuit Talk
Topic: 8bits Serial Transmitter + Receiver using only 1 wire
Replies: 4
Views: 5740

Re: 8bits Serial Transmitter + Receiver using only 1 wire

hum, I think everything is here, you have the file and you just have to put the Rx module into a new circuit then put a reset button and as I said that's it
by Xaetral
Thu May 17, 2018 1:46 pm
Forum: Discuss LogicCircuit program
Topic: Disconnected Wire Bug
Replies: 4
Views: 9046

Re: I love updates

2.18.3.25, it tells me it's the last (I updated today)
by Xaetral
Thu May 17, 2018 1:27 pm
Forum: Discuss LogicCircuit program
Topic: Disconnected Wire Bug
Replies: 4
Views: 9046

Disconnected Wire Bug

I love when I update the software and yet find out that my processor don't work anymore (same for some other circuits of mine) :/ Edit: I found 2 wires "not connected" but they are connected (one is: Out of a AND gate witch has connected inputs, and In (E) of a tristate gate) Edit2: the se...