Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: azonenberg/openfpga
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 77474e26b143
Choose a base ref
...
head repository: azonenberg/openfpga
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c01bb489c6cf
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 2, 2017

  1. Copy the full SHA
    3313caf View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c01bb48 View commit details
Showing with 4 additions and 1 deletion.
  1. +3 −0 src/gp4tchar/main.cpp
  2. +1 −1 src/greenpak4/Greenpak4Device.cpp
3 changes: 3 additions & 0 deletions src/gp4tchar/main.cpp
Original file line number Diff line number Diff line change
@@ -132,6 +132,9 @@ int main(int argc, char* argv[])
return 1;
*/

//Print output
g_calDevice.PrintTimingData();

//Done
LogNotice("Done, resetting board\n");
SetStatusLED(hdev, 0);
2 changes: 1 addition & 1 deletion src/greenpak4/Greenpak4Device.cpp
Original file line number Diff line number Diff line change
@@ -1257,5 +1257,5 @@ bool Greenpak4Device::GenerateBitstream(bool* bitstream, uint8_t userid, bool re

void Greenpak4Device::PrintTimingData()
{
//TODO
LogNotice("Dumping timing data...\n");
}