Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

which library package include in verilog simulation

Status
Not open for further replies.

mohdiliyasmalik

Newbie level 5
Joined
Oct 8, 2007
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,346
hi
as we write
library ieee;
use ieee.std_logic_1164.all;
in vhdl for including library.
what we write in verilog to include library...............
I am writing same but didnt work....
any one suggest me............
 

hi
i am writing code for mux in verilog using UDP.
compilation is ok.
when i do simulation then this gives error like that -
# ** Note: (vsim-3812) Design is being optimized...
# ** Error: C:/modeltech_6.5/examples/verilogpermitive.v(17): Internal error: ../../../src/vlog/vtree_inline.c(1587) (typeof(module) == MODULE)||(typeof(module) == PROGRAM_DECL) || (typeof(module) == VL_CONFIGURATION_DECL)
# Optimization failed
# Error loading design

suggest me sthing how this error will be remove.
 

i think you have to use -novopt command while simulating your design. Ex: vsim -novopt test_bench_name &
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top