olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.16k stars 240 forks source link

simulation problem #87

Closed aliahari closed 8 years ago

aliahari commented 8 years ago

Hi, when i try to do a simple simulation by calling fusesoc sim --sim modelsim wb_sdram_ctrl

I get the the following error: File "build/bdist.linux-x86_64/egg/fusesoc/simulator/modelsim.py", line 24, in configure File "build/bdist.linux-x86_64/egg/fusesoc/simulator/simulator.py", line 67, in configure File "build/bdist.linux-x86_64/egg/fusesoc/edatool.py", line 100, in parse_args KeyError: 'elf_load'

I have tried also using other cores and also icarus simulator but I always get the same error.

Any idea?

olofk commented 8 years ago

Oops. You're right. Thanks for reporting. I pushed a fix now. Please close the bug if it works or let me know if the problem remains

aliahari commented 8 years ago

Thanks. The issue is resolved.