Skip to content
Snippets Groups Projects
Commit 917e02c5 authored by Julian's avatar Julian
Browse files

Merge remote-tracking branch 'origin/3-allow-creating-an-i2c-address' into...

Merge remote-tracking branch 'origin/3-allow-creating-an-i2c-address' into 3-allow-creating-an-i2c-address
parents e3103aa1 9dce1502
No related branches found
No related tags found
1 merge request!4Resolve "Allow creating an I2C address"
...@@ -73,14 +73,14 @@ module efb (wb_clk_i, wb_rst_i, wb_cyc_i, wb_stb_i, wb_we_i, wb_adr_i, ...@@ -73,14 +73,14 @@ module efb (wb_clk_i, wb_rst_i, wb_cyc_i, wb_stb_i, wb_we_i, wb_adr_i,
defparam EFBInst_0.I2C2_GEN_CALL = "DISABLED" ; defparam EFBInst_0.I2C2_GEN_CALL = "DISABLED" ;
defparam EFBInst_0.I2C2_CLK_DIVIDER = 125 ; defparam EFBInst_0.I2C2_CLK_DIVIDER = 125 ;
defparam EFBInst_0.I2C2_BUS_PERF = "100kHz" ; defparam EFBInst_0.I2C2_BUS_PERF = "100kHz" ;
defparam EFBInst_0.I2C2_SLAVE_ADDR = {{ slave_addr }} ; defparam EFBInst_0.I2C2_SLAVE_ADDR = "{{ slave_addr }}" ;
defparam EFBInst_0.I2C2_ADDRESSING = "7BIT" ; defparam EFBInst_0.I2C2_ADDRESSING = "7BIT" ;
defparam EFBInst_0.EFB_I2C2 = "ENABLED" ; defparam EFBInst_0.EFB_I2C2 = "ENABLED" ;
defparam EFBInst_0.I2C1_WAKEUP = "DISABLED" ; defparam EFBInst_0.I2C1_WAKEUP = "DISABLED" ;
defparam EFBInst_0.I2C1_GEN_CALL = "DISABLED" ; defparam EFBInst_0.I2C1_GEN_CALL = "DISABLED" ;
defparam EFBInst_0.I2C1_CLK_DIVIDER = 1 ; defparam EFBInst_0.I2C1_CLK_DIVIDER = 1 ;
defparam EFBInst_0.I2C1_BUS_PERF = "100kHz" ; defparam EFBInst_0.I2C1_BUS_PERF = "100kHz" ;
defparam EFBInst_0.I2C1_SLAVE_ADDR = {{ slave_addr }} ; defparam EFBInst_0.I2C1_SLAVE_ADDR = "{{ slave_addr }}" ;
defparam EFBInst_0.I2C1_ADDRESSING = "7BIT" ; defparam EFBInst_0.I2C1_ADDRESSING = "7BIT" ;
defparam EFBInst_0.EFB_I2C1 = "DISABLED" ; defparam EFBInst_0.EFB_I2C1 = "DISABLED" ;
defparam EFBInst_0.EFB_WB_CLK_FREQ = "50.0" ; defparam EFBInst_0.EFB_WB_CLK_FREQ = "50.0" ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment