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 your group to be featured on the Yahoo! Groups website? 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 433 - 463 of 735   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
449
 Hi, We use parameter & ‘define constructs in verilog to define constants. Parameters must be defined with in the module (i.e., they have scope with in the...
muthyala sirish kumar
sirishsagar
Offline Send Email
Apr 27, 2005
9:50 am
450
Hi Vikas, Parameter ======= Parameter are primarily to make the code more readable and easy to modify. They are declared and declared just once, usually near...
Dilin Divakar
dilin_divakar
Offline Send Email
Apr 27, 2005
11:10 am
451
Hey Sirish, thanks for that nice explanation BUT I disagree with regard to ... only parameter can be changed at compile time Parameter is used to define...
Vipul
vipul@...
Send Email
Apr 27, 2005
11:55 am
452
Hey Sirish, thanks for that nice explanation BUT I disagree with regard to ... only parameter can be changed at compile time Parameter is used to define...
Vipul
vipul@...
Send Email
Apr 27, 2005
11:57 am
453
hi all, both are used to define constant define is used to define text macros The verilog compiler subsitutes the text of the macro where ever it encounters...
Vipul
vipul@...
Send Email
Apr 27, 2005
12:29 pm
454
Things are really picking up in the high tech world! Currently I am seeking all types of engineers ranging from the EDA space and ASIC/CPU/SOC space. Please...
email me
johndeeres1
Offline Send Email
Apr 27, 2005
6:24 pm
455
Hello Everybody, Thanks guys for a nice discussion on define and parameter. I hv one more doubt on using FORK - JOIN inside the other FORK - JOIN. Thanks ...
vikas kamboj
kambojvikas
Offline Send Email
Apr 28, 2005
6:21 am
456
Hello Everybody, Thanks guys for a nice discussion on define and parameter. I hv one more doubt on using FORK - JOIN inside the other FORK - JOIN. Thanks ...
vikas kamboj
kambojvikas
Offline Send Email
Apr 28, 2005
6:25 am
457
  Hi vipul, hmm good work vipul, I appreciate ur effort. what I have observed in ur code is u r trying to pass the redefined value through instantiation. I...
muthyala sirish kumar
sirishsagar
Offline Send Email
Apr 28, 2005
7:58 am
458
 Hi vikas, ya u can do that , but use it only when u want a block of code to be executed in parallel at a particular simulation time(otherwise there is...
muthyala sirish kumar
sirishsagar
Offline Send Email
Apr 28, 2005
10:10 am
459
hello, i am looking for an efficient square root algorithm, i want to implement newton-raphson's square root algorithm and it will take for 150 cycle for a...
sinanhanay
Offline Send Email
Apr 28, 2005
9:31 pm
460
Hi! I am implementing a switch in Verilog capable of switching ATM packets. I would like ot know how to test the functionality of the switch? I know test bench...
Bhavana Vasudev
bhavana_vas
Offline Send Email
Apr 29, 2005
4:20 pm
462
Graduate, I am doing my MS in California sinan hanay <sinanhanay@...> wrote:hi excuse me, i wonder what is your position, (e.g: undergraduate...
Bhavana Vasudev
bhavana_vas
Offline Send Email
Apr 29, 2005
11:05 pm
463
we are working on a VHDL project and we've successfully completed place and route using Xilinx ISE Project Navigator. But I am getting error while using iMPACT...
dhanorkarsachin
Offline Send Email
Apr 30, 2005
11:19 pm
Messages 433 - 463 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