Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚡ RAM Register Array Design --- Change Enable to go Through Demultiplexer #171

Open
jameshughes89 opened this issue Jan 29, 2025 · 0 comments

Comments

@jameshughes89
Copy link
Owner

What

Change the design of the RAM's register array to have the write enable signal go through a demultiplexer instead of ANDing the write enable signal with the output of the decoder.

Why

It simplifies the design

Where

In the "4x4_ram.dig" design. --- see the below image.

The images and related text discussing the images in the "Registers and RAM" topic will need to change too. Specifically, the images

  • "4x4_ram_with_plexers_clock_en.png"
  • "x4_memory_write_en.png"

Image

How

Use a demultiplexer to send the signal of the write enable to the specified output line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant