Use library imports globally

This commit is contained in:
Eren Dogan
2022-11-27 13:01:20 -08:00
parent 037468d88d
commit fccdc3c45b
455 changed files with 3254 additions and 3083 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
from .template import template
from globals import OPTS
import os
from math import ceil, log
import re
from math import ceil, log
from openram import OPTS
from .template import template
class sram_multibank: