Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules
This commit is contained in:
parent
80cba4b9f8
commit
ad3752cd61
13 changed files with 292 additions and 244 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue