Compare commits
No commits in common. "master" and "main" have entirely different histories.
6
FOExp.v
6
FOExp.v
@ -261,10 +261,8 @@ MeanFilter VIN_FILTER(.clockin(clock), .DATA_INPUT(VIN_FILTER_INPUT), .DATA_OUTP
|
||||
MeanFilter VOUT_FILTER(.clockin(clock), .DATA_INPUT(VOUT_FILTER_INPUT), .DATA_OUTPUT(VOUT_FILTER_OUTPUT_wire));
|
||||
MeanFilter CHOPPER_CURRENT_FILTER(.clockin(clock), .DATA_INPUT(CURRENT_FILTER_INPUT), .DATA_OUTPUT(CURRENT_FILTER_OUTPUT_wire));
|
||||
|
||||
//assign SKiiP_EN = SKiiP_EN_BUF;
|
||||
assign SKiiP_EN = 4'b0000;
|
||||
//assign SKiiP_CTRL = SKiiP_CTRL_BUF;
|
||||
assign SKiiP_CTRL = 4'b1111;
|
||||
assign SKiiP_EN = SKiiP_EN_BUF;
|
||||
assign SKiiP_CTRL = SKiiP_CTRL_BUF;
|
||||
assign PCON_OUT_EN = PCON_OUT_EN_BUF;
|
||||
assign DOUTPUT = DOUTPUT_BUF;
|
||||
|
||||
|
||||
11
README.md
11
README.md
@ -1,13 +1,2 @@
|
||||
# FOEXP_T_ALL
|
||||
|
||||
In the Quartus II GUI:
|
||||
|
||||
Go to Tools → Options.
|
||||
|
||||
Select Internet Connectivity.**
|
||||
|
||||
Click TalkBack Options.
|
||||
|
||||
Enable “Turn on the Quartus II software TalkBack feature” (or “Enable sending TalkBack data to Altera/Intel” in some versions).
|
||||
|
||||
Click OK on both dialogs.
|
||||
Loading…
Reference in New Issue
Block a user