Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
d2028284a1fbcd96e3f0eb34b1e7052a9ffd946d
/
.
/
hw
/
ip
/
otbn
/
util
/
Makefile
blob: 10339d4a542ddf2f2f12a00053ce1e06c2d21746 [
file
] [
log
] [
blame
]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
pyfiles
:=
insn_yaml
.
py yaml_to_doc
.
py
.
PHONY
:
lint
lint
:
$
(
pyfiles
)
mypy
--
strict $
(
pyfiles
)