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

Subversion Repositories zap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /zap/trunk
    from Rev 45 to Rev 46
    Reverse comparison

Rev 45 → Rev 46

/src/rtl/cpu/zap_decode.v
613,9 → 613,6
o_alu_operation = i_instruction[22] ? MMOV : FMOV;
 
o_alu_source = i_instruction[19:16];
// TBD
//!i_instruction[22] ? ( i_instruction[25] ? (i_instruction[19:16] & 4'b1000)
// : (i_instruction[19:16] & 4'b1001) ) : ( i_instruction[19:16] & 4'b1001 ) ;
o_alu_source[32] = IMMED_EN;
 
// Part of the instruction will silently fail when changing mode bits

powered by: WebSVN 2.1.0

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