Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules

This commit is contained in:
Joeri Exelmans 2024-11-08 16:27:32 +01:00
parent 80cba4b9f8
commit ad3752cd61
13 changed files with 292 additions and 244 deletions

View file

@ -2,6 +2,8 @@ clock:RAM_Clock {
RAM_time = `get_value(this) + 1`;
}
# Delete all Signals:
:GlobalCondition {
condition = ```
for _, signal in get_all_instances("Signal"):