chipsalliance / f4pga-v2x

Tool for converting specialized annotated Verilog models into XML needed for Verilog to Routing flow.
https://f4pga-v2x.readthedocs.io/en/latest/
Apache License 2.0
10 stars 12 forks source link

Added NO_COMB annotation. #27

Closed mkurc-ant closed 4 years ago

mkurc-ant commented 4 years ago

vlog_to_model in some cases (e.g. DFF with enable signal) incorrectly detects signals as combinational. This annotation explicitly specifies input as non-combinational.

mkurc-ant commented 4 years ago

Added README.rst

mithro commented 4 years ago

DCO is missing....

mkurc-ant commented 4 years ago

@mithro Fixed that.