how to increase the RAM address?
Posted: Mon Oct 21, 2013 7:58 am
Hi,
I am trying to simulate a logic circuit which has a pair of 128k x 8-bit ram chip. The problem is that the LogicCircuit program supports only up to 15 addr bit just short of 1-bit for my need. Instead of modifying the source code, is there simpler way of combine two ram chip to accomplish the task?
After some searching in the source code. I found and changed the variable 'MaxAddressBitWidth' from 16 to 17 in "Memory.cs," I'll try to recompile the code and see that will do it. Thanks!
V/r,
Long
I am trying to simulate a logic circuit which has a pair of 128k x 8-bit ram chip. The problem is that the LogicCircuit program supports only up to 15 addr bit just short of 1-bit for my need. Instead of modifying the source code, is there simpler way of combine two ram chip to accomplish the task?
After some searching in the source code. I found and changed the variable 'MaxAddressBitWidth' from 16 to 17 in "Memory.cs," I'll try to recompile the code and see that will do it. Thanks!
V/r,
Long