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

Allow specification of multiple pack patterns #75

Open mkurc-ant opened 4 years ago

mkurc-ant commented 4 years ago

This PR enhances the PACK attribute support so that multiple pack patterns can be assigned to a wire.

mkurc-ant commented 4 years ago

Requires https://github.com/SymbiFlow/python-symbiflow-v2x/pull/76 for the CI to pass.

mithro commented 3 years ago

@mkurc-ant - I think we can merge this after the doc update?

mkurc-ant commented 3 years ago

@mithro Yes. Once docs update is merged I'll add docs to this one.

mkurc-ant commented 3 years ago

@mithro I've rebased and updated docs.

mithro commented 3 years ago

@mkurc-ant -- Where are we at with this pull request? Can you rebase?

mkurc-ant commented 3 years ago

@mithro I've rebased and re-arranged pack pattern examples/tests.