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

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t48/branches
    from Rev 333 to Rev 334
    Reverse comparison

Rev 333 → Rev 334

/wip_t2x/rtl/vhdl/decoder.vhd
1843,7 → 1843,7
 
-- Mnemonic RAD - MCS22 -------------------------------------------------
when MN_RAD =>
if clk_mstate_i = MSTATE3 then
if clk_second_cycle_i and clk_mstate_i = MSTATE3 then
adc_read_adc_o <= true;
alu_write_accu_o <= true;
end if;
/wip_t2x/rtl/vhdl/decoder_pack-p.vhd
699,13 → 699,11
-- Mnemonic RETI --------------------------------------------------------
when "10010011" => -- RETI
mnemonic_v := MN_RETI;
multi_cycle_v := true;
 
-- Mnemonic SEL_AN ------------------------------------------------------
when "10010101" | -- SEL AN0
"10000101" => -- SEL AN1
mnemonic_v := MN_SEL_AN;
multi_cycle_v := true;
 
when others =>
mnemonic_v := MN_INVALID;

powered by: WebSVN 2.1.0

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