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

Subversion Repositories xgate

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /xgate
    from Rev 74 to Rev 75
    Reverse comparison

Rev 74 → Rev 75

/trunk/rtl/verilog/xgate_risc.v
390,6 → 390,8
CHID_IDLE:
if ( write_xgchid && debug_active )
chid_sm_ns = CHID_TEST;
else
chid_sm_ns = CHID_IDLE;
CHID_TEST:
if ( !((cpu_state == IDLE) || (cpu_state == CHG_CHID)) && (|xgchid) )
chid_sm_ns = CHID_IDLE;
2377,6 → 2379,11
shift_out = shift_filler[15: 0];
shift_rollover = shift_in[ 0];
end
default :
begin
shift_out = shift_in;
shift_rollover = 1'b0;
end
endcase
 
 

powered by: WebSVN 2.1.0

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