Use of commands of analyze and elaborate in design compiler


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Use of commands of analyze and elaborate in design compiler
# 1  
Old 07-22-2013
Use of commands of analyze and elaborate in design compiler

Hi I am trying to read a verilog code into the design compiler and I am using the following commands but I am getting an error.
Code:
analyze -format verilog -lib WORK dff_sync_reset.v
Error:   *** Presto compilation terminated with 1 errors. ***
elaborate dff_reset_sync -arch “verilog” -lib WORK

Error: Error: Can't find the architecture 'dff_reset_sync(verilog)' in the library 'WORK'
0

I am getting these errors so I think the file is not linked to UNIX. Can you please tell me if I am doing anything wrong.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Snapshot analyze

Hi, Is there any tool is available for analyzing Oracle X86 snapshot output. Thanks in advance. (1 Reply)
Discussion started by: sunnybee
1 Replies

2. Programming

Using c++ to analyze two file problem

Hi, I have two files: Input_file1.txt 124 235 152 178 156 142 178 163 159 Input_file2.txt 124|5623 452|6698 178|9995 235|7542 159|8852 (1 Reply)
Discussion started by: cpp_beginner
1 Replies

3. UNIX for Dummies Questions & Answers

How to analyze file hashing

What command should I use to analyze file hashing of fixed flat files. How much work does it take for multiple flat files. (3 Replies)
Discussion started by: jbjoat
3 Replies

4. Cybersecurity

How to analyze malicious code

A series on The H about analyzing potentially malicious code flying around on the net. Pretty well written, and a nice read for those interested in how exploits work: CSI:Internet - Alarm at the pizza service CSI:Internet - The image of death CSI:Internet - PDF timebomb CSI:Internet -... (0 Replies)
Discussion started by: pludi
0 Replies

5. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

6. UNIX for Advanced & Expert Users

how to design compiler for unix os

i have to design a compiler for unix os can anybody help me out to solve this problem (0 Replies)
Discussion started by: masumhisaria
0 Replies

7. Shell Programming and Scripting

Analyze Statistics

I have a file which contains records in the format of 2006-08-25 12:06:13|ABC|93 2006-08-25 12:45:55|ABC|203 2006-08-25 01:48:19|DEF|156 2006-08-25 01:49:09|ABC|12798 2006-08-25 02:49:59|GHL|4109 2006-08-25 03:50:50|DEF|234 where the format is "arrive time"|"message type"|"processing... (3 Replies)
Discussion started by: mpang_
3 Replies
Login or Register to Ask a Question
WV2-CONFIG(1)						      General Commands Manual						     WV2-CONFIG(1)

NAME
wv2-config - script to get information about the installed version of wv2 SYNOPSIS
wv2-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags] DESCRIPTION
wv2-config is used to determine the compiler and linker flags that should be used to compile and link programs that use wv2. OPTIONS
wv2-config accepts the following options. --prefix=DIR If specified, use DIR instead of the installation prefix that wv2 was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix is not specified. This option must be specified before any --libs or --cflags options. If no DIR is specified then the current installation prefix will be written to standard out- put. --exec-prefix=DIR If specified, use DIR instead of the installation exec prefix that wv2 was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. If no DIR is specified then the current installation exec prefix will be written to standard output. --version Print the currently installed version of wv2 on standard output. --libs Print the linker flags that are necessary to link a program against wv2. --cflags Print the compiler flags that are necessary to compile a program that uses wv2. SEE ALSO
Some documentation regarding the design of the wv2 library is available in /usr/share/doc/libwv2-dev/design/ . AUTHOR
The wv2 library was written by Shaheed Haque <srhaque@iee.org>, Werner Trobin <trobin@kde.org> and David Faure <faure@kde.org>. This manual page was prepared by Ben Burton <bab@debian.org> for the Debian GNU/Linux system, but may be used by others. June 2003 WV2-CONFIG(1)