X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_assembly%2Ffreescale%2Fstatus.ma;h=532b996ff3cb6772886ba09f06d89f3263980c71;hb=0af747f54642b05b3232319b6ae1753af211dba5;hp=a55efa4bc78d5a18955286a17987d45daeebf130;hpb=f538a0b46ba4164a21a76e47a6ed3b3e9deb5041;p=helm.git diff --git a/helm/software/matita/contribs/ng_assembly/freescale/status.ma b/helm/software/matita/contribs/ng_assembly/freescale/status.ma index a55efa4bc..532b996ff 100755 --- a/helm/software/matita/contribs/ng_assembly/freescale/status.ma +++ b/helm/software/matita/contribs/ng_assembly/freescale/status.ma @@ -15,14 +15,13 @@ (* ********************************************************************** *) (* Progetto FreeScale *) (* *) -(* Sviluppato da: Cosimo Oliboni, oliboni@cs.unibo.it *) -(* Cosimo Oliboni, oliboni@cs.unibo.it *) +(* Sviluppato da: Ing. Cosimo Oliboni, oliboni@cs.unibo.it *) +(* Ultima modifica: 05/08/2009 *) (* *) (* ********************************************************************** *) include "freescale/memory_abs.ma". include "freescale/opcode_base.ma". -include "freescale/prod.ma". (* *********************************** *) (* STATUS INTERNO DEL PROCESSORE (ALU) *) @@ -1247,7 +1246,7 @@ ndefinition eq_clk ≝ | Some c1' ⇒ match c2 with [ None ⇒ false | Some c2' ⇒ (eq_b8 (fst5T … c1') (fst5T … c2')) ⊗ (eq_anyop m (snd5T … c1') (snd5T … c2')) ⊗ - (eq_instrmode (thd5T … c1') (thd5T … c2')) ⊗ + (eq_im (thd5T … c1') (thd5T … c2')) ⊗ (eq_b8 (frth5T … c1') (frth5T … c2')) ⊗ (eq_w16 (ffth5T … c1') (ffth5T … c2')) ] ].