diff options
author | Andrew Waterman <andrew@sifive.com> | 2024-10-30 15:49:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 15:49:06 -0700 |
commit | f73c2a41c868c4f90446396b116f29078fcf3f17 (patch) | |
tree | 55524522c941f7c0c7ec8695f6c1f179c583596a /chisel_utils.py | |
parent | aa5687996a82e1b1aa32dcba537dd263b5af9f55 (diff) | |
parent | 14d6674bed2c6f0967872be7f4588f64134ebaa4 (diff) | |
download | riscv-opcodes-f73c2a41c868c4f90446396b116f29078fcf3f17.zip riscv-opcodes-f73c2a41c868c4f90446396b116f29078fcf3f17.tar.gz riscv-opcodes-f73c2a41c868c4f90446396b116f29078fcf3f17.tar.bz2 |
Merge pull request #306 from Timmmm/unused_imports
Remove unused imports
Diffstat (limited to 'chisel_utils.py')
-rw-r--r-- | chisel_utils.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chisel_utils.py b/chisel_utils.py index 957e4f8..0943584 100644 --- a/chisel_utils.py +++ b/chisel_utils.py @@ -1,13 +1,5 @@ -import collections -import copy -import glob import logging -import os import pprint -import re -import sys - -import yaml from constants import * |