Skip to content

POETSII/BSVFan

Repository files navigation

BSVFan

Example use in Verilog

mkDE10FanControl u0(
    .CLK(CLK_50_B2C),
    .RST_N(reset_n),
    .FAN_I2C_SDA(FAN_I2C_SDA),
    .FAN_I2C_SCL(FAN_I2C_SCL),
    .TEMP_I2C_SDA(TEMP_I2C_SDA),
    .TEMP_I2C_SCL(TEMP_I2C_SCL)
);

On the DE10-Pro, the reset signal reset_n might be obtained as follows.

wire reset_n;
wire ninit_done;
reset_release reset_release (.ninit_done(ninit_done));
assign reset_n = !ninit_done && CPU_RESET_n;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •