1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-10 04:24:30 +00:00

Merge pull request #43 from mikey/trivial

Remove FIXME comment
This commit is contained in:
Anton Blanchard
2019-09-11 21:42:00 +10:00
committed by GitHub

View File

@@ -200,7 +200,6 @@ begin
when OP_MFOCRF =>
crnum := fxm_to_num(e_in.const1(7 downto 0));
result := (others => '0');
-- result((4*(7-crnum)+3) downto (4*(7-crnum))) := e_in.cr((4*(7-crnum)+3) downto (4*(7-crnum))); FIXME
for i in 0 to 7 loop
lo := (7-i)*4;
hi := lo + 3;