projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff1455d
)
Remove FIXME comment
author
Michael Neuling
<mikey@neuling.org>
Wed, 11 Sep 2019 06:50:57 +0000
(16:50 +1000)
committer
Michael Neuling
<mikey@neuling.org>
Wed, 11 Sep 2019 06:51:02 +0000
(16:51 +1000)
This was mistakenly left behind in
4d5abfb430d1
("Remove dynamic
ranges from code")
Signed-off-by: Michael Neuling <mikey@neuling.org>
execute1.vhdl
patch
|
blob
|
history
diff --git
a/execute1.vhdl
b/execute1.vhdl
index b29bc0d596acee3981b7e57428698527a313a7d1..8aba38604377b96bc3caddf707c114304f6db994 100644
(file)
--- a/
execute1.vhdl
+++ b/
execute1.vhdl
@@
-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;