To match our one stage execute.
This might change back if we end up adding 2 stages to match the
LSU, but in that case we'll want forwards as well.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
begin
gpr_hazard0: entity work.gpr_hazard
generic map (
- PIPELINE_DEPTH => 2
+ PIPELINE_DEPTH => PIPELINE_DEPTH
)
port map (
clk => clk,
gpr_hazard1: entity work.gpr_hazard
generic map (
- PIPELINE_DEPTH => 2
+ PIPELINE_DEPTH => PIPELINE_DEPTH
)
port map (
clk => clk,
gpr_hazard2: entity work.gpr_hazard
generic map (
- PIPELINE_DEPTH => 2
+ PIPELINE_DEPTH => PIPELINE_DEPTH
)
port map (
clk => clk,
cr_hazard0: entity work.cr_hazard
generic map (
- PIPELINE_DEPTH => 2
+ PIPELINE_DEPTH => PIPELINE_DEPTH
)
port map (
clk => clk,
begin
control_0: entity work.control
generic map (
- PIPELINE_DEPTH => 2
+ PIPELINE_DEPTH => 1
)
port map (
clk => clk,