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

Quicklogic: ram testcase failure #1472

Open
sharmaln opened this issue May 7, 2020 · 1 comment
Open

Quicklogic: ram testcase failure #1472

sharmaln opened this issue May 7, 2020 · 1 comment

Comments

@sharmaln
Copy link
Contributor

sharmaln commented May 7, 2020

I am running this target: 'make ram-ql-chandalar_bit_v' on a test case present at: symbiflow-arch-defs/build/quicklogic/tests/ram. The traceback is as follows:
vpr_stdout.log

Generating ram-ql-chandalar/ql-s3-ql-eos-s3-virt-ql-eos-s3-wlcsp/top_bit.v
Traceback (most recent call last):
File "/adhome/lsharma/git_work/symbiflow-arch-defs/quicklogic/utils/fasm2bels.py", line 590, in
verilog, pcf, qcf = f2b.convert_to_verilog(fasmlines)
File "/adhome/lsharma/git_work/symbiflow-arch-defs/quicklogic/utils/fasm2bels.py", line 500, in convert_to_verilog
verilog, pcf, qcf = self.produce_verilog(pcf_data)
File "/adhome/lsharma/git_work/symbiflow-arch-defs/quicklogic/utils/fasm2bels.py", line 480, in produce_verilog
verilog = module.generate_verilog()
File "/adhome/lsharma/git_work/symbiflow-arch-defs/quicklogic/utils/verilogmodule.py", line 483, in generate_verilog
self.generate_ios()
File "/adhome/lsharma/git_work/symbiflow-arch-defs/quicklogic/utils/verilogmodule.py", line 459, in generate_ios
direction = self.get_io_config(element.ios)
File "/adhome/lsharma/git_work/symbiflow-arch-defs/quicklogic/utils/verilogmodule.py", line 435, in get_io_config
output_en = ios['IE'] != "1'b0"
KeyError: 'IE'
make[3]: *** [quicklogic/tests/ram/ram-ql-chandalar/ql-s3-ql-eos-s3-virt-ql-eos-s3-wlcsp/top_bit.v] Error 1

@kgugala
Copy link
Contributor

kgugala commented May 7, 2020

this has been fixed. Please fetch the latest code.

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

2 participants