Skip to content

Commit

Permalink
ensure registers and vars is set correct
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Aug 28, 2023
1 parent b156f4a commit ba320f2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified fpga/fpga_icopyx_hf.bit
Binary file not shown.
Binary file modified fpga/fpga_pm3_felica.bit
Binary file not shown.
Binary file modified fpga/fpga_pm3_hf.bit
Binary file not shown.
Binary file modified fpga/fpga_pm3_hf_15.bit
Binary file not shown.
Binary file modified fpga/fpga_pm3_lf.bit
Binary file not shown.
10 changes: 5 additions & 5 deletions fpga/hi_reader.v
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ end

always @(*)
begin
pwr_oe1 = 1'b0;
pwr_oe4 = 1'b0;

if (minor_mode == `FPGA_HF_READER_MODE_SEND_SHALLOW_MOD)
begin
pwr_hi = ck_1356meg;
Expand Down Expand Up @@ -441,13 +444,10 @@ begin
end
end

// always on
// assign pwr_oe1 = 1'b0;
// unused
assign pwr_oe2 = 1'b0;
assign pwr_oe3 = 1'b0;

// Unused.
assign pwr_lo = 1'b0;
assign pwr_oe2 = 1'b0;

// Debug Output
assign debug = corr_i_cnt[3];
Expand Down

0 comments on commit ba320f2

Please sign in to comment.