URL
https://opencores.org/ocsvn/mlite/mlite/trunk
Subversion Repositories mlite
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 124 to Rev 125
- ↔ Reverse comparison
Rev 124 → Rev 125
/trunk/vhdl/mlite_pack.vhd
85,8 → 85,7
constant c_from_imm_shift16: c_source_type := "101"; |
constant c_from_reg_sourcen: c_source_type := "110"; |
|
-- type pc_source_type is (from_inc4, from_inc8, from_reg_source, |
-- from_opcode25_0, from_branch, from_lbranch); |
-- type pc_source_type is (from_inc4, from_opcode25_0, from_branch, from_lbranch); |
subtype pc_source_type is std_logic_vector(1 downto 0); |
constant from_inc4 : pc_source_type := "00"; |
constant from_opcode25_0 : pc_source_type := "01"; |