QuickLogic-Corp / quicklogic-fpga-toolchain

Open Source FPGA toolchain and documentation for QuickLogic devices and eFPGA IP
https://quicklogic-quicklogic-fpga-toolchain.readthedocs-hosted.com/en/latest/index.html
Apache License 2.0
36 stars 8 forks source link

the PCF file should support square brackets for busses #31

Open RandyO-QL opened 4 years ago

RandyO-QL commented 4 years ago

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 commented 3 years ago

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