We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af10403 commit e2c8e07Copy full SHA for e2c8e07
chipflow_lib/errors.py
@@ -1,2 +1,3 @@
1
+# SPDX-License-Identifier: BSD-2-Clause
2
class ChipFlowError(Exception):
3
pass
chipflow_lib/pin_lock.py
@@ -1,3 +1,4 @@
import inspect
import logging
4
tests/test_utils.py
import itertools
import pytest #noqa
0 commit comments