Skip to content

Commit

Permalink
Merge pull request pulp-platform#309 from pulp-platform/detailed_mem
Browse files Browse the repository at this point in the history
Add a detailed axi_to_mem to expose more signals for ATOPS
  • Loading branch information
thommythomaso authored Jul 6, 2023
2 parents 0ffc42b + 2255665 commit 1c9a102
Show file tree
Hide file tree
Showing 4 changed files with 717 additions and 385 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ synopsys_dc:
fuse_xsim:
stage: build
allow_failure: true
timeout: 5 minutes
script:
- bender sources
- /usr/local/anaconda3/bin/python3 -m pip install fusesoc --user
Expand Down
9 changes: 5 additions & 4 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sources:
- src/axi_serializer.sv
- src/axi_slave_compare.sv
- src/axi_throttle.sv
- src/axi_to_mem.sv
- src/axi_to_detailed_mem.sv
# Level 3
- src/axi_cdc.sv
- src/axi_demux.sv
Expand All @@ -76,13 +76,14 @@ sources:
- src/axi_lfsr.sv
- src/axi_multicut.sv
- src/axi_to_axi_lite.sv
- src/axi_to_mem_banked.sv
- src/axi_to_mem_interleaved.sv
- src/axi_to_mem_split.sv
- src/axi_to_mem.sv
# Level 4
- src/axi_iw_converter.sv
- src/axi_lite_xbar.sv
- src/axi_xbar.sv
- src/axi_to_mem_banked.sv
- src/axi_to_mem_interleaved.sv
- src/axi_to_mem_split.sv
# Level 5
- src/axi_xp.sv

Expand Down
Loading

0 comments on commit 1c9a102

Please sign in to comment.