Project

General

Profile

Actions

Task #2765

closed

Annotating variables with clocks

Added by Alexander Kamkin about 12 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
04/17/2012
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Published in build:

Description

Each design's variable (reg or net) should be annotated with clocks synchronizing the usage and definition of the variable. A solution should be suggested (documentation in wiki + IG-based implementation).

Some Ideas

use_clk(var) = union { clk | always(clk) where var is used } union { use_clk(lhs) | assign lhs = f(..., var, ...) }
def_clk(var) = union { clk | always(clk) where var is defined } union { def_clk(rhs) | assign var = f(..., rhs, ...) }

Actions

Also available in: Atom PDF