Skip to content

Commit

Permalink
minor edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
shalan committed May 13, 2024
1 parent 388c1cd commit 9d0edec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdl/rtl/bus_wrappers/EF_QSPI_XIP_CTRL_ahbl.v
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ module EF_QSPI_XIP_CTRL_ahbl #(parameter NUM_LINES = 16,
.wr(c_wr[1])
);

EF_QSPI_XIP_CTRL #( .NUM_LINES(NUM_LINES),
EF_QSPI_XIP_CTRL #( .NUM_LINES(NUM_LINES),
.LINE_SIZE(LINE_SIZE),
.RESET_CYCLES(RESET_CYCLES) )
FR (
FC (
.clk(HCLK),
.rst_n(HRESETn),
.addr({c_A[23:OFF_WIDTH], {OFF_WIDTH{1'b0}}}),
Expand Down

0 comments on commit 9d0edec

Please sign in to comment.