aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-08 14:37:59 +0200
committerDavid Shah <davey1576@gmail.com>2018-08-08 14:37:59 +0200
commitbf42e525cb7ab6ae071b16dfeca55194878be69c (patch)
treec9282e371fc57a71550e1dcca0ae9e38724d5bf4 /common/nextpnr.h
parenta0994d515454a696c98602980b298ee61aa03f4e (diff)
downloadnextpnr-bf42e525cb7ab6ae071b16dfeca55194878be69c.tar.gz
nextpnr-bf42e525cb7ab6ae071b16dfeca55194878be69c.tar.bz2
nextpnr-bf42e525cb7ab6ae071b16dfeca55194878be69c.zip
Arch API: New specification for timing port classes
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index d4925a16..938f4f95 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -301,7 +301,7 @@ enum TimingPortClass
TMG_COMB_OUTPUT, // Combinational output, no paths start here
TMG_STARTPOINT, // Unclocked primary startpoint, such as an IO cell output
TMG_ENDPOINT, // Unclocked primary endpoint, such as an IO cell input
- TMG_ASYNC, // Asynchronous to all clocks, "don't care", and should be ignored (false path) for analysis
+ TMG_IGNORE, // Asynchronous to all clocks, "don't care", and should be ignored (false path) for analysis
};
struct DeterministicRNG