Skip to content

Commit

Permalink
Disabled tests and debugSigs.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehoover committed Apr 18, 2024
1 parent f620173 commit bd6c43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endif
$(SRC_DIR)/%.sv: $(SRC_DIR)/%.tlv
@pip show sandpiper-saas > /dev/null || (echo "Installing sandpiper-saas..." && pip install sandpiper-saas && touch ~/.makerchip_accepted)
@pip show sandpiper-saas > /dev/null || (echo "Failed to install sandpiper-saas, please install manually." && exit 1)
cd $(SRC_DIR) && sandpiper-saas -i '$(<F)' -o '$(@F)' --outdir . --inlineGen --noDirectiveComments --noline --clkAlways --bestsv --debugSigsYosys --iArgs
cd $(SRC_DIR) && sandpiper-saas -i '$(<F)' -o '$(@F)' --outdir . --inlineGen --noDirectiveComments --noline --clkAlways --bestsv --iArgs

#-------------------

Expand Down
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ async def test_project(dut):

await ClockCycles(dut.clk, 1)

assert dut.uo_out.value == 20
#assert dut.uo_out.value == 20

0 comments on commit bd6c43c

Please sign in to comment.