Dépôt Heptagon avec modifications pour asynchrone
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Timothy Bourke cae38d0e60 Accept when-syntax for declaring clocks
The parameter or local declaration:
    x : bool :: . on y

Can now be made using the 'standard' Lustre syntax:
    x : bool when y

In this case, the translation gives x the clock:
    'a on y

and relies on the (MiniLS) Clocking pass to instantiate the fresh clock
variables.
7 years ago
compiler Accept when-syntax for declaring clocks 7 years ago
examples Logico-numerical DCS example 7 years ago
lib Added operator (=>) in Pervasives module 8 years ago
m4 Small corrections + missing files 13 years ago
manual User manual update 7 years ago
test Tests addition 7 years ago
tools Added bzreax script ; added uninstall target in Makefiles 9 years ago
web User manual update 7 years ago
.gitignore Optional compilation of Controllable-Nbac-related modules and tools. 10 years ago
CHANGES Version 1.03.04 7 years ago
COPYING Headers and license file for GPL 12 years ago
CTestConfig.cmake Tests with ctest 12 years ago
CTestScript.cmake Tests with ctest 12 years ago
CTestTestfile.cmake Tests with ctest 12 years ago
Makefile New configure script options to enable/disable byte/native targets 9 years ago
Makefile-bin Corrected Makefile for binary distribution 11 years ago
Makefile-distrib Version 1.03.04 7 years ago
README_CODER.txt Add a readme for coders. (should go when makefile) 13 years ago
aclocal.m4 Added a build system for Heptagon 13 years ago
clean_heptc stronger heptc and clean_heptc 13 years ago
config.in New configure script options to enable/disable byte/native targets 9 years ago
configure New configure script options to enable/disable byte/native targets 9 years ago
configure.in Adapt to new interface of reatk.ctrlNbac (≥ 0.11) 7 years ago
heptc Requalify enumeration types only when exporintg to Controllable-Nbac. 10 years ago
install-sh Added missing file 13 years ago
todo.txt updated the todo.txt 13 years ago