mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 11:08:01 +02:00
Use library imports globally
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user