Commit 9386e952 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

[switch-optimization]: use 8-bit registers in wb_simple_pwm

The values used by WR Switch software fit in 8-bit registers.
parent 5b437ca8
general-cores @ 8e0b776f
Subproject commit 6720a737d477224da42ea21d1d9565d4c2eac963
Subproject commit 8e0b776f4feb7f8244c9871c351b161a71efc65f
......@@ -1026,6 +1026,7 @@ begin
U_PWM_Controller : xwb_simple_pwm
generic map (
g_num_channels => 2,
g_regs_size => 8,
g_interface_mode => PIPELINED,
g_address_granularity => BYTE)
port map (
......
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