From 9f784e5c285cdd2631b52a4299eeb193593e6c21 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 31 May 2018 16:52:12 +0200 Subject: Adds Tabellion's old properties. --- property/combinational_processes.pro | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 property/combinational_processes.pro (limited to 'property/combinational_processes.pro') diff --git a/property/combinational_processes.pro b/property/combinational_processes.pro new file mode 100644 index 0000000..d4068ab --- /dev/null +++ b/property/combinational_processes.pro @@ -0,0 +1,29 @@ +(seek + ( + (ps process) + ) + (forall sl1 waveform + (and + (implies + ;; If a signal is read, + (exists target waveform + (CTL_verifies ps + (EF + (is_read_element _ sl1) + ) + ) + ) + ;; Then it must be in the sensitivity list. + (is_in_sensitivity_list sl1 ps) + ) + (CTL_verifies ps + (implies + ;; If a signal is somehow assigned by this process, + (EF (expr_writes sl1)) + ;; Then it is assigned at every execution of the process. + (AF (expr_writes sl1)) + ) + ) + ) + ) +) -- cgit v1.2.3-70-g09d2