-
Notifications
You must be signed in to change notification settings - Fork 203
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
data not getting written into memory cells #199
Comments
Can you attach the config you used. I am having trouble replicating this issue. |
Data word sizeword_size = 64 Number of words in the memorynum_words = 16 human_byte_size = "{:.0f}kbytes".format((word_size * num_words)/1024/8) netlist_only=True num_spare_cols=1 Disable analytical models for full characterization (WARNING: slow!)analytical_delay = Falsefile_path="/home/abhishek/SINESyslab/OpenRAM/macros/sram_configs/" |
I am able to read and write with these stimulus files. Could you perhaps send your stimulus? |
I am getting problem in those circuits in which number of words are 16 and data bits/word size = 64 . you have taken exactly opposite of it. |
Ah, I see. I'll try that one. |
are you able to replicate the issue?? |
Describe the bug
In memory macros of size 16_64 , 16_128 , data is not getting written into memory cells . this is observed by testing on generated .sp files using ngspice as simulator tool.
Version
v1.2.18 and commit 3620d56
To Reproduce
1.I wrote different content into memory cells , and every time the data stored is always zero in memory cells.
2. also tested the functional_stim.sp file generated by openram . the file will include some pre-known results which we should be able to get by running this test stimulus file . pre-known results and actual simulation results didn't match.`
Expected behavior
data should be written into memory cells properly. i observed this behaviour in those memory macros with word size 64 and 128.
The text was updated successfully, but these errors were encountered: