Commit 5dc3822b authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

[switch-optimization]: wrsw_nic: set generic in nic_buffer to say we don't need byte access

It's just a trivial clean up commit, it does not save any resources.
parent d5a5b138
...@@ -76,9 +76,10 @@ begin -- syn ...@@ -76,9 +76,10 @@ begin -- syn
RAM : generic_dpram RAM : generic_dpram
generic map ( generic map (
g_data_width => 32, g_data_width => 32,
g_size => 2**g_memsize_log2, g_size => 2**g_memsize_log2,
g_dual_clock => false) g_dual_clock => false,
g_with_byte_enable => false)
port map ( port map (
-- host port -- host port
rst_n_i => rst_n_i, rst_n_i => rst_n_i,
......
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