Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the PCF file should support square brackets for busses #31

Open
RandyO-QL opened this issue Oct 5, 2020 · 1 comment
Open

the PCF file should support square brackets for busses #31

RandyO-QL opened this issue Oct 5, 2020 · 1 comment
Assignees

Comments

@RandyO-QL
Copy link

Currently the .pcf file uses round parentheses for bus bits, for example:
set_io my_bus(0) IO_23

It would be nice if we would support square brackets instead of, or in addition to, round parentheses, so that the bus names would match the RTL source code (Verilog):
set_io my_bus[0] IO_23

@kkumar23
Copy link
Contributor

@mkurc-ant , @lnsharma : Can this be taken as well ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants