Commit a09c327d 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 4f28fff4
......@@ -76,9 +76,10 @@ begin -- syn
RAM : generic_dpram
generic map (
g_data_width => 32,
g_size => 2**g_memsize_log2,
g_dual_clock => false)
g_data_width => 32,
g_size => 2**g_memsize_log2,
g_dual_clock => false,
g_with_byte_enable => false)
port map (
-- host port
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