Search found 15 matches

by Volvagia
Sat Oct 21, 2023 8:41 am
Forum: Circuit Talk
Topic: Neurological recovery board design
Replies: 1
Views: 19854

Re: Neurological recovery board design

The Thread is 2yo but I just created such a circuit. (Without seen the video, if it still exist, since I have no FB account)
Maybe it helps to inspire somebody by this circuit.

Feedback is appreciated.
by Volvagia
Thu Oct 19, 2023 3:16 am
Forum: Circuit Talk
Topic: My first CPU Project (Daisuki)
Replies: 0
Views: 23572

My first CPU Project (Daisuki)

I just noted that I never posted my first CPU project. Its name is "Daisuki" (Jap: "Big liking"). The CPU is in the category "cpu.ic". I first created "cpu" and ported it to "cpu.ic" based on 7400 series ICs, but later I changed some things in "...
by Volvagia
Wed Oct 18, 2023 1:49 pm
Forum: Discuss LogicCircuit program
Topic: Some ideas
Replies: 0
Views: 24276

Some ideas

*) It's just a minor thing, but the msi installer doesn't request administrator rights, and the context menu of msi files has no "Start as" entry (Windows 10). Hence, I need each update to start another application like cmd.exe as administrator and use it to start the installer, to install...
by Volvagia
Wed Mar 04, 2020 9:53 am
Forum: Discuss LogicCircuit program
Topic: Possible Bug with Tristate
Replies: 2
Views: 9778

Re: Possible Bug with Tristate

Great work, thank you very much! :)
by Volvagia
Fri Jul 26, 2019 1:50 am
Forum: Discuss LogicCircuit program
Topic: Possible Bug with Tristate
Replies: 2
Views: 9778

Possible Bug with Tristate

Description: I'm not sure, but it seems two connected Tristate "Gate" outputs doesn't work together anymore, makes usual Multiplexer impossible. Steps to reproduce: Download the attached save file and execute the circuit "bug.Bugtest". The upper 4 Tristates are enabled and get v...
by Volvagia
Sat Mar 14, 2015 11:24 pm
Forum: Circuit Talk
Topic: My 32-Bit-CPU (with GPU)
Replies: 3
Views: 9138

Re: My 32-Bit-CPU (with GPU)

Thank you. I fixed 2 small Bugs.
by Volvagia
Sat Mar 14, 2015 5:10 am
Forum: Circuit Talk
Topic: Interrupt request
Replies: 4
Views: 9999

Re: Interrupt request

Thank you very much. On the Gameboy (modificated Z.80), the only architecture which I know "good", nothing but the interrupt enable and mask is controlled by software. The CPU call every time an interrupt occured and he is enabled a fixed memory offset and interrupt requests have fixed pri...
by Volvagia
Sat Mar 14, 2015 4:54 am
Forum: Circuit Talk
Topic: My 32-Bit-CPU (with GPU)
Replies: 3
Views: 9138

My 32-Bit-CPU (with GPU)

I'm named it "Heart of Gold", like the Space ship. The CPU contains two internal 32 bit-busses which conntect the components together. I know on this design it's impossible to pipelining, but I think its easier. On the raising edge of the clock cycle the cpu controller prepare the next ste...
by Volvagia
Sat Jan 03, 2015 1:58 am
Forum: Circuit Talk
Topic: Interrupt request
Replies: 4
Views: 9999

Re: Interrupt request

Thank you.
You give me indirect an idea.
I'm use edge triggered flipflop and will show it, if the whole circuit work fine.


PS: Happy new year.
by Volvagia
Sat Dec 27, 2014 9:42 am
Forum: Circuit Talk
Topic: Interrupt request
Replies: 4
Views: 9999

Interrupt request

Hello. I try to realize an interrupt request circuit. My first idea was to use a SR Latch to store that an irq was send. I'm use a priority decoder to decode the intern interrupt id. On the raising edge of the clock, the flipflop save the inverted oe output (which is low if any input is high). The p...