YosysHQ / arachne-pnr

Place and route tool for FPGAs
MIT License
413 stars 72 forks source link

Minor PCF changes #74

Closed abraxa closed 6 years ago

abraxa commented 6 years ago

Hi CS, I noticed that a PCF file for the HX8K is missing, so I added one. Also, comments aren't available in PCF files, which I miss because I want to document the pin assignments, for example.

Thanks for your work! -Soeren

RGD2 commented 6 years ago

Line comments in .pcf's are already available : Start the line with # and you're good.

abraxa commented 6 years ago

Thanks! That wasn't obvious to me but it's all good. I altered the HX8K comment commit accordingly and dropped the one where I was implementing comments using semicolons.