How do I read the value of registers in Logism?

Thread Starter

porschegt2rs

Joined Mar 1, 2021
1
I am designing a CPU in logism. One of the components of the CPU is a register circuit (RegFile), which stores the registers data. The register circuit (RegFile) is shown below:

RegFile.PNG

I am able to write data to the registers as shown below:

WritingToRegFile.PNG

However, I am unable to read data from the registers. The following call of the register circuit always returns 0 values for the registers, even when the registers have non-zero data in them:

ReadFrom.PNG

When I use probes to inspect the value of A_Register and B_Register, it always shows up as 0.
 
Top