Actions
Bug #9184
openERROR: Unable to read config file: /usr/lib/x86_64-linux-gnu/ivl/veritool.conf
Status:
New
Priority:
Normal
Assignee:
-
Start date:
08/01/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
0.2.7-beta-20130717
Platform:
Linux x64
Published in build:
Description
Running the tool on the attached Verilog module with such parameters, as '--c --module=blocks --clk=clk --rst=rst --all blocks.v', causes the following error trace:
ERROR: Unable to read config file: /usr/lib/x86_64-linux-gnu/ivl/veritool.conf : error: target_design entry point is missing. error: Code generator failure: -2 veritool failed
Files
Updated by Sergey Smolov over 6 years ago
If symlinks will be created with the following commands, the problem will be solved from user side:
$ sudo ln -s /lib/ivl/veritool.conf /usr/lib/x86_64-linux-gnu/ivl/veritool.conf $ sudo ln -s /lib/ivl/veritool.tgt /usr/lib/x86_64-linux-gnu/ivl/veritool.tgt
Actions