diff --git a/compiler/sram_char.py b/sram_char.py similarity index 97% rename from compiler/sram_char.py rename to sram_char.py index 41b89512..c5024bc2 100755 --- a/compiler/sram_char.py +++ b/sram_char.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # 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 # (acting for and on behalf of Oklahoma State University) # All rights reserved. diff --git a/compiler/sram_func.py b/sram_func.py similarity index 96% rename from compiler/sram_func.py rename to sram_func.py index 352a66ef..fd152e67 100755 --- a/compiler/sram_func.py +++ b/sram_func.py @@ -1,14 +1,14 @@ #!/usr/bin/env python3 # 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 # (acting for and on behalf of Oklahoma State University) # All rights reserved. # """ -This script will functionally simulate an SRAM previously generated by OpenRAM -given a configuration file. Configuration option "use_pex" determines whether +This script will functionally simulate an SRAM previously generated by OpenRAM +given a configuration file. Configuration option "use_pex" determines whether extracted or generated spice is used. Command line arguments dictate the number of cycles and period to be simulated. """