Project

General

Profile

Actions

Bug #9184

open

ERROR: Unable to read config file: /usr/lib/x86_64-linux-gnu/ivl/veritool.conf

Added by Sergey Smolov over 5 years ago. Updated over 5 years ago.

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

blocks.v (573 Bytes) blocks.v Sergey Smolov, 08/01/2018 04:04 PM
Actions #1

Updated by Sergey Smolov over 5 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

Also available in: Atom PDF