mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-15 07:40:09 +00:00
committed by
Anton Blanchard
parent
73daacbcd4
commit
0fd18c2455
@@ -268,6 +268,12 @@ begin
|
||||
result := result_with_carry(63 downto 0);
|
||||
ctrl_tmp.carry <= result_with_carry(64);
|
||||
result_en := 1;
|
||||
when OP_SRD =>
|
||||
result := ppc_srd(e.read_data1, e.read_data2);
|
||||
result_en := 1;
|
||||
when OP_SRW =>
|
||||
result := ppc_srw(e.read_data1, e.read_data2);
|
||||
result_en := 1;
|
||||
when OP_SUBF =>
|
||||
result := ppc_subf(e.read_data1, e.read_data2);
|
||||
result_en := 1;
|
||||
|
||||
Reference in New Issue
Block a user