Skip to content

Commit

Permalink
fix: hardening fails due to missing power pins in macro netlists
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Oct 21, 2024
1 parent db09518 commit 68b65bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
EXPECTED_REPO: ${{ github.repository }}
run: |
# temporary workaround for missing bits in pad_raw:
sed -i 's/inout \[61:0\] pad_raw/inout [63:0] pad_raw/' efabless/verilog/gl/tt_ihp_wrapper.v
sed -i 's/inout \[61:0\] pad_raw/inout [63:0] pad_raw/' efabless/verilog/gl/tt_ihp_wrapper.nl.v
make clean test_mux_gl
# make will return success even if the test fails, so check for failure in the results.xml
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ shuttle_index.md
efabless/gds/*.gds
efabless/gds/*.lef
efabless/verilog/gl/tt_ihp_wrapper.v
efabless/verilog/gl/tt_ihp_wrapper.nl.v
efabless/verilog/rtl/user_defines.v
efabless/README.md

Expand Down
2 changes: 1 addition & 1 deletion tt
Submodule tt updated 1 files
+10 −5 shuttle.py
8 changes: 4 additions & 4 deletions verilog/includes/includes.gl.mux_top
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-v $(EFABLESS_SUBMISSION)/verilog/gl/tt_ihp_wrapper.v
-v $(TT_GL_VERILOG)/tt_ctrl.v
-v $(TT_GL_VERILOG)/tt_mux.v
-v $(TT_GL_VERILOG)/tt_um_chip_rom.v
-v $(EFABLESS_SUBMISSION)/verilog/gl/tt_ihp_wrapper.nl.v
-v $(TT_GL_VERILOG)/tt_ctrl.nl.v
-v $(TT_GL_VERILOG)/tt_mux.nl.v
-v $(TT_GL_VERILOG)/tt_um_chip_rom.nl.v
-v $(USER_PROJECT_VERILOG)/../projects/tt_um_factory_test/tt_um_factory_test.v

0 comments on commit 68b65bc

Please sign in to comment.