sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.29k stars 633 forks source link

Bug-static RAM #586

Closed manabendra1955 closed 3 years ago

manabendra1955 commented 3 years ago

Static RAM dont follow written content for example when address -2 bit data 4-bit static_RAM

pfalstad commented 3 years ago

the contents are specified in decimal. 0:0 1 2 3 right now it's outputting 1011 which is 11 in binary.

manabendra1955 commented 3 years ago

Wow! it worked. Thanks Manabendra

On Fri, Apr 16, 2021 at 10:31 AM Paul Falstad @.***> wrote:

the contents are specified in decimal. 0:0 1 2 3 right now it's outputting 1011 which is 11 in binary.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sharpie7/circuitjs1/issues/586#issuecomment-821327875, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATWVYCJ327BA3TOE4HC3TO3TJBX57ANCNFSM43BYFWGQ .