mirror of https://github.com/VLSIDA/OpenRAM.git
Moved main scripts to root dir
This commit is contained in:
parent
3496ac8f5a
commit
bce71af0ad
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# See LICENSE for licensing information.
|
# See LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016-2021 Regents of the University of California and The Board
|
# Copyright (c) 2016-2023 Regents of the University of California and The Board
|
||||||
# of Regents for the Oklahoma Agricultural and Mechanical College
|
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||||||
# (acting for and on behalf of Oklahoma State University)
|
# (acting for and on behalf of Oklahoma State University)
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# See LICENSE for licensing information.
|
# See LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016-2021 Regents of the University of California and The Board
|
# Copyright (c) 2016-2023 Regents of the University of California and The Board
|
||||||
# of Regents for the Oklahoma Agricultural and Mechanical College
|
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||||||
# (acting for and on behalf of Oklahoma State University)
|
# (acting for and on behalf of Oklahoma State University)
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
"""
|
"""
|
||||||
This script will functionally simulate an SRAM previously generated by OpenRAM
|
This script will functionally simulate an SRAM previously generated by OpenRAM
|
||||||
given a configuration file. Configuration option "use_pex" determines whether
|
given a configuration file. Configuration option "use_pex" determines whether
|
||||||
extracted or generated spice is used. Command line arguments dictate the
|
extracted or generated spice is used. Command line arguments dictate the
|
||||||
number of cycles and period to be simulated.
|
number of cycles and period to be simulated.
|
||||||
"""
|
"""
|
||||||
Loading…
Reference in New Issue