The Wayback Machine - https://web.archive.org/web/20220517164515/https://github.com/topics/syntax-tree
Skip to content
#

syntax-tree

Here are 254 public repositories matching this topic...

ghost
ghost commented Jun 8, 2021

Test case

typedef dv_base_env_cov #(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;

Actual output

typedef dv_base_env_cov#(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;

Expected or suggested output (original formatting)

typedef dv_base_env_cov #(.CFG_T(tl_agent_env_cfg)) tl_agent_env_cov;

Verible version:

good first issue formatter opentitan

Improve this page

Add a description, image, and links to the syntax-tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the syntax-tree topic, visit your repo's landing page and select "manage topics."

Learn more