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

Stimuli Generation - sram_func.py or gen_stimuli.py #234

Open
abdullahsahruri opened this issue Apr 10, 2024 · 0 comments
Open

Stimuli Generation - sram_func.py or gen_stimuli.py #234

abdullahsahruri opened this issue Apr 10, 2024 · 0 comments

Comments

@abdullahsahruri
Copy link

Describe the bug

I'm trying to generate stimuli files by using either sram_func.py or gen_stimuli.py. However, I am getting an attribute error.

File "/home/abdullahsahruri/work/OpenRAM/compiler/sram_factory.py", line 70, in get_usermodule_type
overridden = module_type in OPTS.overridden.keys()
AttributeError: 'options' object has no attribute 'overridden'

I'm only giving the parameters as an argument, but I'm getting this error. My arguments are as follows:

python gen_stimulus.py ../macros/example_config_scn4m_subm/example_config_scn4m_subm.py 10 10 20

Version
1.2.48

To Reproduce
I'm using the config file provided in the macros: example_config_scn4m_subm.py

Expected behavior
I expected that either gen_stimuli or sram_func could create spice stimuli so I could define reading and writing times.

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