This does nothing, so remove.
Signed-off-by: Michael Neuling <mikey@neuling.org>
);
execute1_0: entity work.execute1
- generic map (
- SIM => SIM
- )
port map (
clk => clk,
flush_out => flush,
use work.ppc_fx_insns.all;
entity execute1 is
- generic (
- SIM : boolean := false
- );
port (
clk : in std_logic;
when OP_SIM_CONFIG =>
-- bit 0 was used to select the microwatt console, which
-- we no longer support.
- if SIM = true then
- result := x"0000000000000000";
- else
- result := x"0000000000000000";
- end if;
+ result := x"0000000000000000";
result_en := '1';
when OP_TDI =>