Skip to content

Commit

Permalink
start on decorators / wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2seb committed Dec 11, 2023
1 parent 9b92085 commit da902c4
Show file tree
Hide file tree
Showing 2 changed files with 894 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dsp-test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env python3

import lxbuildenv
import rtl.dsp

import pytest

pytest.main(["-x", "rtl/dsp.py", "-vv", "-s"])
Loading

0 comments on commit da902c4

Please sign in to comment.