Skip to content

Commit

Permalink
prepare for PR (whitespace and generated files)
Browse files Browse the repository at this point in the history
  • Loading branch information
da-gazzi committed Jun 28, 2024
1 parent d6d7d99 commit 0486d09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20,811 deletions.
6 changes: 2 additions & 4 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.33.0 }
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.3 }
obi: { git: "https://github.com/pulp-platform/obi.git", rev: "2ee698211db5c007bd0d207ebd646ce79f0472ec" }
obi: { git: "https://github.com/pulp-platform/obi.git", version: 0.1.2 }

export_include_dirs:
- src/include
Expand Down Expand Up @@ -52,8 +52,6 @@ sources:
- src/backend/idma_obi_write.sv
- src/backend/idma_tilelink_read.sv
- src/backend/idma_tilelink_write.sv
# Level 2
- src/pulp_idma_wrap.sv

# Generated content
- target: rtl
Expand All @@ -70,7 +68,7 @@ sources:
- src/midend/idma_rt_midend.sv

# RISC-V opcode package for ooc use of inst64
- target: rtl
- target: all(rtl,snitch_cluster)
files:
# Level 0
- src/frontend/inst64/idma_inst64_snitch_pkg.sv
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/reg/tpl/idma_reg.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module idma_${identifier} #(
end
end
end

// generate the registers
for (genvar i = 0; i < NumRegs; i++) begin : gen_core_regs

Expand All @@ -96,7 +96,7 @@ module idma_${identifier} #(
end

// valid signals

always_comb begin : proc_launch
read_happens = 1'b0;
for (int c = 0; c < NumStreams; c++) begin
Expand Down
Loading

0 comments on commit 0486d09

Please sign in to comment.