ra4king / CircuitSim

Basic Circuit Simulator
https://ra4king.github.io/CircuitSim
BSD 3-Clause "New" or "Revised" License
76 stars 27 forks source link

Alternate RAM data interface #51

Closed anott3 closed 5 years ago

anott3 commented 5 years ago

Logisim/Brandonsim offered a variant of RAM that had separate load and store ports. While it's technically possible to implement the datapath and stuff with the current version (and tbh how I did it way back when), it was nice being able to recommend the separate load/store port variant as it was more simpler and intuitive to figure out.

anott3 commented 5 years ago

If I'm able to figure out the code and everything, I'm def down to take a stab at this

ra4king commented 5 years ago

Done with #52