mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-08 17:01:57 +00:00
cxxrtl: Add debug items for state with private names
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
4f7ea38b49
commit
45a6940f40
3 changed files with 8 additions and 2 deletions
|
@ -200,6 +200,10 @@ enum cxxrtl_flag {
|
|||
// node, such as inputs and dangling wires.
|
||||
CXXRTL_UNDRIVEN = 1 << 4,
|
||||
|
||||
// Generated correspond to netlist nodes that correspond to state with an internal name, that
|
||||
// need to be saved, but wouldn't otherwise have a debug item generated.
|
||||
CXXRTL_GENERATED = 1 << 5,
|
||||
|
||||
// More object flags may be added in the future, but the existing ones will never change.
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue