Search found 4 matches

by Toasterbot
Wed Mar 23, 2016 12:30 pm
Forum: Discuss LogicCircuit program
Topic: RAM addressing works unless I read the outputs (?!)
Replies: 1
Views: 4778

RAM addressing works unless I read the outputs (?!)

I'm trying to make a RAM unit more like the RAM you'd find in a PC. It has an 8 bit address input, data is individual bytes read/written to/from an 8 bit IO, and has SET and ENABLE flags. The problem is, if I connect the basic (default) RAM's output to my Z-buffered output, it complains about not ha...
by Toasterbot
Tue Mar 22, 2016 10:25 am
Forum: Discuss LogicCircuit program
Topic: Transferring logical circuits between projects?
Replies: 1
Views: 4544

Transferring logical circuits between projects?

Is there an easy way to copy the circuits I made in one project over to another? It would be annoying to have to recreate all the basic 1 byte adder, 1 byte switch, 1 byte register kind of generic circuits.
by Toasterbot
Wed Mar 09, 2016 9:07 am
Forum: Circuit Talk
Topic: Tri state issues killing my multi-bit adder
Replies: 3
Views: 7869

Re: Tri state issues killing my multi-bit adder

Here's the zip of the project. It has a bunch of other simple components, but only Adder and Main were involved in the issue here.
by Toasterbot
Wed Mar 09, 2016 8:51 am
Forum: Circuit Talk
Topic: Tri state issues killing my multi-bit adder
Replies: 3
Views: 7869

Tri state issues killing my multi-bit adder

"Input pin x1 of&(9,21) connected to more than one output pin that are not tri state stable" I get an error like this for each of the pins on the left-most gates in this full adder: http://i.imgur.com/oRFDHGM.png It worked fine independently with button inputs and LED outputs. This err...