Search the web
Sign In
New User? Sign Up
verilog · Verilog!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 419 - 448 of 735   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
419
Hi, Client: A World leader in EDA and IP Design Technology. Location: Bangalore. Experience: 6 to 8 years. Education: Professional B.E/B.Tech (CS/Electronics)....
alpha_eda
Offline Send Email
Mar 1, 2005
4:44 pm
420
hi groups can u help me to do project in fpga such as designing of any fpga functionality or from where i can get fpga based project,in which i can implement...
gurleen arora
aroragurleen
Offline Send Email
Mar 2, 2005
9:33 am
421
Hello all, Can someone suggest me a place where i can get the Verilog RTL code of an 8 - Bit Galois Field Multiplier (GF). I need it for my project. The one...
krishna sumanth
gee_kay_yes
Offline Send Email
Mar 2, 2005
1:18 pm
422
Hi all, It's me again. Please go through this link for the 8 bit GF Multiplier. http://bw-www.ie.u-ryukyu.ac.jp/~wada/design04/spec_e.html I was able to code...
krishna sumanth
gee_kay_yes
Offline Send Email
Mar 3, 2005
6:40 am
423
Opening for ASIC Front End Designer in Kuala Lumpur, Malaysia. Hi, We have immediate requirements for ASIC Front End Designer on Contract for our client in...
prabhusanthanam
Offline Send Email
Mar 9, 2005
12:54 pm
424
Hi, A world leader in EDA ad IP Design Technology is seeking top-notch software professionals strong in C/C++ and Unix with 2 to 6 years of experience in...
alpha_eda
Offline Send Email
Mar 11, 2005
4:33 pm
425
hi everyone, Anyone worked on or is working on image compression using EZW(embedded zero wavelet tree). I am trying to implement it using hdl regards Siddharth...
deosiddharth
Offline Send Email
Mar 14, 2005
4:52 pm
426
Hi, One of our Client, A world leader in EDA Technology has couple of requirements which are as follows; Experience: 2 to 8years Education: ...
alpha_eda
Offline Send Email
Mar 21, 2005
12:32 pm
427
Hello Guys, Good Day! I have been following questions and posts on this verilog users group. I am writing to express my interest in Design (ASIC/ CMOS/ VLSI)...
Purohit, Chintan
vlsichintan
Offline Send Email
Mar 22, 2005
7:36 pm
428
Hi, One of our Clients, A world leader in EDA Technology has couple of requirements, which are as follows; Experience: 2 to 8years Education: ...
alpha_eda
Offline Send Email
Mar 23, 2005
11:02 am
429
hello all i am newmember of this group. I am a fresher. can any one give me some good verilog examples. Also if u Upload some good documents on verilog to...
vishwa rao
vishwarao_t
Offline Send Email
Mar 30, 2005
4:01 am
430
Hi, I need to check the signal voltage value for a signal. How can we do in verilog. Is this possible in verilog, if so how can we do. And if we can not in...
K.V.S.SREENIVASAN
vasan_coep
Offline Send Email
Mar 30, 2005
1:33 pm
431
... in verilog. Is this possible in verilog, if so how can we do. And if we can not in verilog how do I can do this in another HDL or other languages. ... Not...
edascot
Offline Send Email
Mar 31, 2005
4:21 am
432
Hello, In Verilog you can only work with High or Low signal values. You can work in Verilog AMS or Pspice. bye Sridhar ... in verilog. Is this possible in...
Sridhar gadda
sridhargadda
Offline Send Email
Mar 31, 2005
4:15 pm
433
Hi, I am using Verilog for verification. I would like to use internal signals of DUT in a testcase. can we access or if not how do we do. Hope for an immediate...
K.V.S.SREENIVASAN
vasan_coep
Offline Send Email
Apr 12, 2005
2:48 pm
434
Yes, you can access them using the dot notation. For ex: <Top_level_module>.<instance_name_0>.<signal_name> Hope this helps. -Abhay...
Abhay Kulkarni
abhay180
Offline Send Email
Apr 13, 2005
5:49 am
435
Hi, if u r instantiating the dut.i think u can get the signals by specifying the path say DUT_instance.signal etc. ... ...
very good venkatesh
rec_venkates...
Offline Send Email
Apr 13, 2005
6:51 am
436
well i'm a novice in field of verilog can any one suggest me how to start with it verilog@yahoogroups.com wrote: There is 1 message in this issue. Topics in...
abhijeet thakur
abhijeet_cut...
Offline Send Email
Apr 13, 2005
7:01 am
437
hi, Syntax wise you can access it. But it is not good practise to do that for verification(your env will not be useful for netlist verification). For applying ...
Ashwath
blashwath
Offline Send Email
Apr 13, 2005
1:33 pm
438
You cannot access internal signals. Ashwath <blashwath@...> wrote:hi, Syntax wise you can access it. But it is not good practise to do that for...
Sridhar gadda
sridhargadda
Offline Send Email
Apr 14, 2005
11:44 am
439
Hi Srinivasan, Yes u can access all the signals inside the DUT in ur test case but u have to use hirarchical name of the signal. for example --->...
vikas kamboj
kambojvikas
Offline Send Email
Apr 15, 2005
4:34 am
440
Hi All, Could u please tell me about the uses of PLI and how link up occurs with NC Verilog of cadence . Thanks in advance Vikas ...
vikas kamboj
kambojvikas
Offline Send Email
Apr 18, 2005
4:13 am
441
hi everyone, Can anyone suggest some refrence that discusses hdl implementation of control unit using state machine.I have a set of fifteen instructions for...
deosiddharth
Offline Send Email
Apr 19, 2005
5:48 pm
442
hello siddu, check out in opencore http://www.opencores.org/browse.cgi/by_category bye Dilin Dilin Divakar 14, FIvestanks Place Broxburn, EH52 6BJ Mobile:+ 44...
Dilin Divakar
dilin_divakar
Offline Send Email
Apr 19, 2005
9:38 pm
443
Hi! Nested case statements are doable. No probs. It will synthesize as multiple muxex in series. (hoping that you'll use them in combinatination logic) ...
Abhay Kulkarni
abhay180
Offline Send Email
Apr 20, 2005
6:56 am
444
Hi. Joined verilog group just now. I am a recent graduate from Dallas. I've been searching for jobs in Analog for a while now, but was not able to get into it,...
dhanorkarsachin
Offline Send Email
Apr 24, 2005
6:54 pm
445
Thanks to siddharth, I selected a nice project of Audio FIR filter design. Now can I use any avalable cores to implement relatively complex project and later...
dhanorkarsachin
Offline Send Email
Apr 24, 2005
10:52 pm
446
Thanks to siddharth, I selected a nice project of Audio FIR filter design. Now can I use any avalable cores to implement relatively complex project and later...
dhanorkarsachin
Offline Send Email
Apr 24, 2005
10:53 pm
447
Blank Hi Friends, Can anybody mail me stuff regarding 1) Description on State Machines in digital design!! 2) Explanations on coding styles of state machines...
Vipul
vipul@...
Send Email
Apr 25, 2005
6:07 am
448
Hi All; Can anybody tell me the difference in `DEFINE and PARAMETER. thanks vikas __________________________________________________ Do You Yahoo!? Tired of...
vikas kamboj
kambojvikas
Offline Send Email
Apr 27, 2005
8:32 am
Messages 419 - 448 of 735   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help