Skip to content
Snippets Groups Projects

Merge old and new project constraints

Closed David Gabriel Monk requested to merge dmonk-master-patch-42387 into master
3 files
+ 301
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -62,7 +62,7 @@ constant N_CTRL_HIST : integer := 2;
constant N_STAT_HIST : integer := 2;
constant bin_width : integer := 32;
constant input_width : integer := 11;
constant input_width : integer := 10;
signal status_registers : ipb_reg_v(N_STAT_HIST - 1 downto 0) := (others => (others => '0'));
signal control_registers : ipb_reg_v(N_CTRL_HIST - 1 downto 0) := (others => (others => '0'));
Loading