Skip to content

Commit

Permalink
pexp-sdr: fix entity name
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon committed Mar 27, 2024
1 parent 5060e89 commit 96737aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions top/gsi_pexp/sdr/pexp_control_sdr.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use work.altera_lvds_pkg.all;
use work.ramsize_pkg.c_lm32_ramsizes;
use work.altera_networks_pkg.all;

entity pexp_control is
entity pexp_control_sdr is
generic(
g_LOAD_SHIFT_REG_EN : boolean := false
);
Expand Down Expand Up @@ -147,9 +147,9 @@ entity pexp_control is
pe_waken : out std_logic

);
end pexp_control;
end pexp_control_sdr;

architecture rtl of pexp_control is
architecture rtl of pexp_control_sdr is

constant c_HWT_EN_BIT : natural := 8;

Expand Down Expand Up @@ -236,7 +236,7 @@ architecture rtl of pexp_control is


constant c_family : string := "Arria V";
constant c_project : string := "pexp_control";
constant c_project : string := "pexp_control_sdr";
constant c_cores : natural:= 1;
constant c_initf_name : string := c_project & "_stub.mif";
constant c_profile_name : string := "medium_icache_debug";
Expand Down

0 comments on commit 96737aa

Please sign in to comment.