OSDN Git Service

2001-07-05 Ben Elliston <bje@redhat.com>
authorbje <bje>
Thu, 5 Jul 2001 12:54:36 +0000 (12:54 +0000)
committerbje <bje>
Thu, 5 Jul 2001 12:54:36 +0000 (12:54 +0000)
* sid.scm (sim-finish!): Read .sim files from srcdir/cpu.

cgen/ChangeLog
cgen/cpu/arm.sim [moved from cgen/arm.sim with 100% similarity]
cgen/sid.scm

index a403dee..f22974b 100644 (file)
@@ -4,6 +4,7 @@
 
        * read.scm (include): Include files from srcdir/cpu.
        (-cgen): Likewise for loading .cpu files.
+       * sid.scm (sim-finish!): Read .sim files from srcdir/cpu.
        * *.cpu: Move all cpu descriptions into cpu subdirectory.
        * *.opc: Likewise.
        * simplify.inc: Likewise.
similarity index 100%
rename from cgen/arm.sim
rename to cgen/cpu/arm.sim
index 867c12d..1be32d3 100644 (file)
     '(comment "write hardware elements via cover functions/methods"))
 
   ; If there is a .sim file, load it.
-  (let ((sim-file (string-append srcdir "/" (current-arch-name) ".sim")))
+  (let ((sim-file (string-append srcdir "/cpu/" (current-arch-name) ".sim")))
     (if (file-exists? sim-file)
        (begin
          (display (string-append "Loading sim file " sim-file " ...\n"))