mirror of https://github.com/VLSIDA/OpenRAM.git
fixed copyright again
This commit is contained in:
parent
8650315179
commit
6eb0ecd82b
|
|
@ -1,12 +1,10 @@
|
||||||
# See LICENSE for licensing information.
|
# See LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016-{} Regents of the University of California, Santa Cruz
|
# Copyright (c) 2016-2023 Regents of the University of California, Santa Cruz
|
||||||
# All rights reserved
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
|
||||||
from openram import sram_config
|
from openram import sram_config
|
||||||
from math import ceil
|
from math import ceil
|
||||||
import re
|
|
||||||
from openram import OPTS
|
from openram import OPTS
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue