OpenCores
URL https://opencores.org/ocsvn/wbscope/wbscope/trunk

Subversion Repositories wbscope

[/] [wbscope/] [trunk/] [rtl/] [wbscope.v] - Diff between revs 13 and 14

Show entire file | Details | Blame | View Log

Rev 13 Rev 14
Line 264... Line 264...
                end else if ((i_ce)&&(!dr_stopped))
                end else if ((i_ce)&&(!dr_stopped))
                begin
                begin
                        // mem[waddr] <= i_data;
                        // mem[waddr] <= i_data;
                        waddr <= waddr + {{(LGMEM-1){1'b0}},1'b1};
                        waddr <= waddr + {{(LGMEM-1){1'b0}},1'b1};
                        if (!dr_primed)
                        if (!dr_primed)
                        begin
 
                                //if (br_holdoff[(HOLDOFFBITS-1):LGMEM]==0)
 
                                //      dr_primed <= (waddr >= br_holdoff[(LGMEM-1):0]);
 
                                // else
 
 
 
                                        dr_primed <= (&waddr);
                                        dr_primed <= (&waddr);
                        end
                        end
                end
 
 
 
        // Delay the incoming data so that we can get our trigger
        // Delay the incoming data so that we can get our trigger
        // logic to line up with the data.  The goal is to have a
        // logic to line up with the data.  The goal is to have a
        // hold off of zero place the trigger in the last memory
        // hold off of zero place the trigger in the last memory
        // address.
        // address.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.