View Single Post
  #24 (permalink)  
Old 07-05-2009, 08:41 AM
steve
Guest
 
Posts: n/a
Default Re: issue with Chipscope

On Sat, 4 Jul 2009 23:14:54 +0800, Walter wrote
(in article <h2nrld$2gdh$[email protected]>):

> Walter escribió:
>
>>
>> The work around is doing with de help of an extra signal :
>>
>>

>
> Apologies,
>
> "The work around is doing with help of an extra signal :"
>
> Walter,


Hi walter , yep i got it working.

Just one last question: on an "out" port:

ram_rb : out std_logic;
ram_data_O : out std_logic_vector(7 downto 0);
ram_data_T : out std_logic;

what is the best way to tap into this to feed it into chipscope ?

Keeping in mind that there are about 20 places in the code where it is set &
unset...... tying them directly to chipscope WHEN chipscope is IN your
user_logic will not work.

Steve


Reply With Quote