Commit a4367ece authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

Disable DMI logfile to save some die area on smaller FPGAs

parent e2281162
...@@ -12,7 +12,7 @@ entity core is ...@@ -12,7 +12,7 @@ entity core is
DISABLE_FLATTEN : boolean := false; DISABLE_FLATTEN : boolean := false;
EX1_BYPASS : boolean := true; EX1_BYPASS : boolean := true;
ALT_RESET_ADDRESS : std_ulogic_vector(63 downto 0) := (others => '0'); ALT_RESET_ADDRESS : std_ulogic_vector(63 downto 0) := (others => '0');
LOG_LENGTH : natural := 512 LOG_LENGTH : natural := 0
); );
port ( port (
clk : in std_ulogic; clk : in std_ulogic;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment