ni / hdlcoder-support-package-for-nifpga-hardware

BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Feature Question: Is it possible to set the power up states of the R series FPGA card during the code generation process? #7

Open atakahashiarcher opened 3 months ago

atakahashiarcher commented 3 months ago

Right now, I'm post-processing the TopLevel.vi to apply the steps described in https://www.ni.com/docs/en-US/bundle/labview-fpga-module/page/controlling-io-power-on-states-fpga-module.html. This seems like something that should be applied during the Workflow Advisor steps. Is this a feature that I'm just missing or is it something that might be planned for implementation in the future?

I really don't want to have to go through bitfile compilation twice if I can avoid it. It's also a bit annoying to run Workflow advisor up to the point of .lvproj generation and then have to quit Workflow Advisor to do custom editing.