Skip to content

Commit

Permalink
Enable some test designs
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jun 4, 2023
1 parent b55d587 commit 94c3736
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ jobs:
matrix:
include:
- { count: "32", width: "8", variant: "DEFAULT" }
# - { count: "32", width: "8", variant: "1RW1R" }
- { count: "32", width: "8", variant: "1RW1R" }
- { count: "32", width: "16", variant: "DEFAULT" }
# - { count: "32", width: "16", variant: "1RW1R" }
- { count: "32", width: "16", variant: "1RW1R" }
- { count: "32", width: "32", variant: "DEFAULT" }
# - { count: "32", width: "32", variant: "1RW1R" } # Timeout
- { count: "32", width: "32", variant: "2R1W" }
- { count: "256", width: "8", variant: "DEFAULT" }
# - { count: "256", width: "8", variant: "1RW1R" }
- { count: "256", width: "8", variant: "1RW1R" }
- { count: "256", width: "16", variant: "DEFAULT" }
# - { count: "256", width: "16", variant: "1RW1R" } # Timeout
- { count: "256", width: "32", variant: "DEFAULT" }
#- { count: "256", width: "32", variant: "1RW1R" } # Timeout
# - { count: "256", width: "32", variant: "1RW1R" } # Timeout
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ support/
*.log
*.cvcrc
*.xz
venv/
venv/
products_path
4 changes: 2 additions & 2 deletions dffram.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def cl():
def synthesis(
design,
building_blocks,
block_deinitions,
block_definitions,
sta_info,
widths_supported,
word_width_bytes,
Expand All @@ -215,7 +215,7 @@ def synthesis(
yosys -import
set SCL {pdk_liberty_dir}/{sta_info["libs"]["typical"]}
read_liberty -lib -ignore_miss_dir -setattr blackbox $SCL
read_verilog {block_deinitions}
read_verilog {block_definitions}
read_verilog {building_blocks}
{chparam}
hierarchy -check -top {design}
Expand Down

0 comments on commit 94c3736

Please sign in to comment.