ReconfigureIO / reco-sdaccel

0 stars 1 forks source link

add data clk frequency to build reports #233

Closed CampGareth closed 5 years ago

CampGareth commented 5 years ago

This PR adds the extract_data_clk_frequency command which plucks out the frequency of DATA_CLK from an .xclbin and outputs it as a .json file.

TODO

CampGareth commented 5 years ago

split out sed expression. Use sed to set the value of a variable (e.g. DATA_CLK) which is then used in the echo. If we're going to have magic one-liners they should be as small and as focused as possible.