Search found 46 matches
- Wed Oct 16, 2019 4:28 am
- Forum: Discuss LogicCircuit program
- Topic: Disconnected Wire Bug
- Replies: 4
- Views: 15278
Re: Disconnected Wire Bug
Thanks a lot for the update, I was looking forward to see that bug patched, now my processor is working on the latest version \o/
- Wed Oct 16, 2019 4:19 am
- Forum: Discuss LogicCircuit program
- Topic: Parametric Circuits
- Replies: 1
- Views: 10801
Re: Parametric Circuits
that's how a logic circuit works...
- Sat May 18, 2019 10:04 am
- Forum: Circuit Talk
- Topic: chip select for ram or rom
- Replies: 1
- Views: 9727
Re: chip select for ram or rom
you said it yourself, on the wikipedia pages they say "usualy made of tristate logic"
so grab some tristate gates and make your own buffers
https://en.wikipedia.org/wiki/Digital_b ... tal_Buffer
so grab some tristate gates and make your own buffers
https://en.wikipedia.org/wiki/Digital_b ... tal_Buffer
- Wed Jan 16, 2019 12:24 am
- Forum: Circuit Talk
- Topic: how can I create and reuse an mux
- Replies: 3
- Views: 11806
Re: how can I create and reuse an mux
as a blackbox? easy, just search "create a new circuit" then copy-paste your mux within this new circuit.
when editing your new circuit, you can even put it inside a custom category.
for a 2-1 mux just use 2 AND gates, one OR and a NOT (output = inputA AND (select) OR inputB AND (/select))
when editing your new circuit, you can even put it inside a custom category.
for a 2-1 mux just use 2 AND gates, one OR and a NOT (output = inputA AND (select) OR inputB AND (/select))
- Sat Jan 12, 2019 9:57 am
- Forum: Discuss LogicCircuit program
- Topic: Open-Source license of LogicCircuit
- Replies: 3
- Views: 10283
Re: Open-Source license of LogicCircuit
woah that's very nice, I had teacher on my list of jobs I could do. tho finaly I don't want to because I don't want to try teaching something to people not interested in what I'm teaching. I wish you to get succesful in what you're trying to do it seems that you found out the exact same thing as me ...
- Fri Oct 19, 2018 9:55 am
- Forum: Circuit Talk
- Topic: Processor Architecture, Web Assembler and Graphic Accelerator
- Replies: 0
- Views: 53273
Processor Architecture, Web Assembler and Graphic Accelerator
Today is a nice day, I finished the assembler for the third iteration of my processor architecture, I can finaly program it! (8-Bit, 26 instructions in the instruction set, 256 instructions in the program memory, 1 accumulator, 15 registers, 16 input and 16 output ports, each instruction takes only ...
- Tue Oct 16, 2018 12:44 am
- Forum: Lounge
- Topic: what about a discord server?
- Replies: 1
- Views: 34074
Re: what about a discord server?
...
I did it anyway so, here's the invitation: eZrEYfv
I did it anyway so, here's the invitation: eZrEYfv
- Thu Sep 20, 2018 9:49 am
- Forum: Lounge
- Topic: what about a discord server?
- Replies: 1
- Views: 34074
what about a discord server?
here's the thing: I have discord open all the day, everyday, and I'm almost never on forums and such I would like to have a discord server where I can talk to people about my projects, what I'm doing, and people would be able to ask me how, etc so I'm posting here today just to know how much you ...
- Thu Sep 20, 2018 9:43 am
- Forum: Circuit Talk
- Topic: Combining Outputs?
- Replies: 2
- Views: 15150
Re: Combining Outputs?
as hans said ^^
you're welcome to the community, I'll also be there to answer question and talk a lot about my creations ( 'w')
you're welcome to the community, I'll also be there to answer question and talk a lot about my creations ( 'w')
- Sat Aug 25, 2018 4:49 am
- Forum: Discuss LogicCircuit program
- Topic: Export to VHDL
- Replies: 4
- Views: 46713
Re: Export to VHDL
I don't know anything about verilog (expect it's like the US version of VHDL) but I learned VHDL. I think it would be easy to convert files from LC to VHDL files, as there are a lot of common things: - cicuits and subcircuits are easily defined by "entity" - I/O can be put inside "entity" with the ...