Skip to content

Commit

Permalink
Revert "Refactor files. Move dut to testbed folder, move pytest to te…
Browse files Browse the repository at this point in the history
…sts folder, adjust ci"

This reverts commit 4022c94.
  • Loading branch information
andreaskuster committed Mar 2, 2022
1 parent f5f11dc commit c412d7a
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- uses: actions/checkout@v2
- run: |
source setup_env.sh
pytest tests/
pytest tb/
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sources:
# Sources
##########
# Top level
- tb/dut.sv
- src/dut.sv
- src/axi_io_pmp.sv
# AXI connector
- src/connector/axi_master_connector.sv
Expand Down
Loading

0 comments on commit c412d7a

Please sign in to comment.