| Author |
Message |
roger
Joined: 27 Aug 2003 Posts: 172 Helped: 4
|
16 Sep 2003 11:58 I used NC-VHDL, but how to dump signals |
|
|
|
the step seems to be:
run ncsim -tcl worklib.system:blk
ncsim> source ***.do
where ***.do contain
call vcdfile demo.vcd
call vcdaddscope :i_cpu:i_ccu -a
call vcdaddscope :i_pram2 -a
run 12500 ns
exit
but it show
ncsim> Error,no items added due to lack of read access
why? help me please
|
|
| Back to top |
|
 |
roger
Joined: 27 Aug 2003 Posts: 172 Helped: 4
|
17 Sep 2003 12:06 Re: I used NC-VHDL, but how to dump signals |
|
|
|
I had found the solution
while run ncelab add "-access +r" , then vcd command can access the internal NC database and dump signals
happily shared with you
|
|
| Back to top |
|
 |
roger
Joined: 27 Aug 2003 Posts: 172 Helped: 4
|
18 Sep 2003 5:14 Re: I used NC-VHDL, but how to dump signals |
|
|
|
Sorry , But I found the following problem
1. cannot dump top entity signals
2. dumped bus got back-slash "\", & doesn't meet the original signals
so cannot use its integrate debug environment.
Help me please
|
|
| Back to top |
|
 |
gqxfw
Joined: 03 Jul 2002 Posts: 32
|
18 Sep 2003 7:47 Re: I used NC-VHDL, but how to dump signals |
|
|
|
| I used the GUI nc_vhdl, and dump the VCD file. you can try it.
|
|
| Back to top |
|
 |
roger
Joined: 27 Aug 2003 Posts: 172 Helped: 4
|
22 Sep 2003 12:23 Re: I used NC-VHDL, but how to dump signals |
|
|
|
| hoe to do that in GUI mode , please
|
|
| Back to top |
|
 |