From d880f6eda286301fa5ad2a914bdfba8c5c02d75a Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 2 Sep 2020 15:11:55 +0000 Subject: cxxrtl: fix inaccuracy in CXXRTL_ALIAS documentation. NFC. Nodes driven by a constant value have type CXXRTL_VALUE and their `next` pointer set to NULL. (This is already documented.) --- backends/cxxrtl/cxxrtl_capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') diff --git a/backends/cxxrtl/cxxrtl_capi.h b/backends/cxxrtl/cxxrtl_capi.h index 1f1942803..447c9e1f3 100644 --- a/backends/cxxrtl/cxxrtl_capi.h +++ b/backends/cxxrtl/cxxrtl_capi.h @@ -103,7 +103,7 @@ enum cxxrtl_type { CXXRTL_MEMORY = 2, // Aliases correspond to netlist nodes driven by another node such that their value is always - // exactly equal, or driven by a constant value. + // exactly equal. // // Aliases can be inspected via the `curr` pointer. They cannot be modified, and the `next` // pointer is always NULL. -- cgit v1.2.3