[Hol-info] Assigning functions/operations in L3

2014-01-13 Thread Oliver Schwarz
Dear L3-experts, in the former model of ARMv7, coprocessors were defined in a placeholder fashion like val _ = Hol_datatype `Coprocessors = <| state : coproc_state; accept : CPinstruction -> coproc_state -> (bool # coproc_state); . . . where the behavior of accept was origi

[Hol-info] SEFM 2014: Second Call for Papers and Workshop Proposals

2014-01-13 Thread lina . ye
Our apologies if you have received multiple copies. SECOND CALL FOR PAPERS AND WORKSHOP PROPOSALS 12th International Conference on Software Engineering and Formal Methods (SEFM 2014) http://sefm2014.inria.fr/ Grenoble, France

[Hol-info] IJCAR 2014 - Deadline Extended and Final Call for Papers

2014-01-13 Thread Geoff Sutcliffe
(( Apologies for multiple copies )) ** FINAL CALL FOR PAPERS ** - Note deadline extension - IJCAR 2014 - The 7th International Joint Conference on Automated Reasoning Vienna, Austria, July 19-22, 2014

Re: [Hol-info] Assigning functions/operations in L3

2014-01-13 Thread Anthony Fox
Hi Oliver, Yes, the approach of the former ARMv7 model doesn’t translate naturally to the new L3 setting. That is, it’s not possible to call co-processor “hook” functions within the L3 specification itself. I can think of two options: 1. If you want to model a specific co-processor then it’s p