Skip to content
Snippets Groups Projects
Commit 39825ec5 authored by Tristan Gingold's avatar Tristan Gingold
Browse files

spec_serial_dac_arb: decrease clock

parent 9a6ced7b
Branches
Tags
No related merge requests found
......@@ -109,7 +109,7 @@ begin -- behavioral
value_i => dac_data,
cs_sel_i => dac_cs_sel,
load_i => dac_load,
sclk_divsel_i => "001",
sclk_divsel_i => "010",
dac_cs_n_o => dac_cs_n_o,
dac_sclk_o => dac_sclk_int,
dac_sdata_o => dac_din_o,
......
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