Commit 434dfc24 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

default value for PWM, just in case HAL sw has some problems

parent f9ea0333
......@@ -747,6 +747,9 @@ begin
U_PWM_Controller : xwb_simple_pwm
generic map (
g_num_channels => 2,
g_default_period => 255,
g_default_presc => 30,
g_default_val => 255,
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