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 ...
Search found 4 matches
- Wed Mar 23, 2016 12:30 pm
- Forum: Discuss LogicCircuit program
- Topic: RAM addressing works unless I read the outputs (?!)
- Replies: 1
- Views: 7920
- Tue Mar 22, 2016 10:25 am
- Forum: Discuss LogicCircuit program
- Topic: Transferring logical circuits between projects?
- Replies: 1
- Views: 7694
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.
- Wed Mar 09, 2016 9:07 am
- Forum: Circuit Talk
- Topic: Tri state issues killing my multi-bit adder
- Replies: 3
- Views: 12481
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.
- Wed Mar 09, 2016 8:51 am
- Forum: Circuit Talk
- Topic: Tri state issues killing my multi-bit adder
- Replies: 3
- Views: 12481
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 error only ...
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 error only ...