Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Mar 26, 2024
1 parent fb4f30a commit 6e467c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ jobs:
with:
submodules: recursive

- name: Install pillow
run: pip install pillow

- name: GL test
uses: TinyTapeout/tt-gds-action/gl_test@tt06
uses: mole99/tt-gds-action/gl_test@main

viewer:
needs: gds
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ jobs:
paths: "test/results.xml"
if: always()

- name: upload vcd
- name: upload vcd and image
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: test-vcd
path: |
test/tb.vcd
test/result.xml
test/frame.png
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ async def test_vga(dut):
dut._log.info("Test")

image = await taks_draw_frame.join()
image.save(f"test1.png")
image.save(f"frame.png")

await ClockCycles(dut.clk, 10)

0 comments on commit 6e467c2

Please sign in to comment.