Skip to content

Commit

Permalink
Merge pull request pulp-platform#306 from pulp-platform/nospill_demux
Browse files Browse the repository at this point in the history
Add axi_demux without spill registers for simplicity
  • Loading branch information
thommythomaso authored Jul 5, 2023
2 parents f24b1fa + 1dfae09 commit 0ffc42b
Show file tree
Hide file tree
Showing 6 changed files with 805 additions and 758 deletions.
3 changes: 2 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sources:
- src/axi_cdc_src.sv
- src/axi_cut.sv
- src/axi_delayer.sv
- src/axi_demux.sv
- src/axi_demux_simple.sv
- src/axi_dw_downsizer.sv
- src/axi_dw_upsizer.sv
- src/axi_fifo.sv
Expand Down Expand Up @@ -68,6 +68,7 @@ sources:
- src/axi_to_mem.sv
# Level 3
- src/axi_cdc.sv
- src/axi_demux.sv
- src/axi_err_slv.sv
- src/axi_dw_converter.sv
- src/axi_from_mem.sv
Expand Down
Loading

0 comments on commit 0ffc42b

Please sign in to comment.