Skip to content

Commit

Permalink
Modify directory for data slicer (#90)
Browse files Browse the repository at this point in the history
* rtl: mode data_slicer to other directory

* bender: update data directories

* test: mv directory
  • Loading branch information
rgantonio authored Oct 19, 2024
1 parent e81ed7c commit 3648c90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ sources:
- rtl/common/fifo_buffer.sv
- rtl/common/reg_file_1w1r.sv
- rtl/common/reg_file_1w2r.sv
# Level 1
- rtl/common/data_slicer.sv
#---------------------------
# Common Modules
#---------------------------
# Level 0
- rtl/data_formatter/update_counter.sv
# Level 1
- rtl/data_formatter/data_slicer.sv
#---------------------------
# Encoder
#---------------------------
Expand Down
File renamed without changes.
5 changes: 4 additions & 1 deletion tests/test_data_slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@ async def data_slicer_dut(dut):
],
)
def test_data_slicer(simulator, parameters, waves):
verilog_sources = ["/rtl/common/fifo_buffer.sv", "/rtl/common/data_slicer.sv"]
verilog_sources = [
"/rtl/common/fifo_buffer.sv",
"/rtl/data_formatter/data_slicer.sv",
]

toplevel = "data_slicer"

Expand Down

0 comments on commit 3648c90

Please sign in to comment.