Skip to content

Commit

Permalink
Fixed bug in PGEN bitstream loading
Browse files Browse the repository at this point in the history
azonenberg committed Aug 15, 2017
1 parent e2c9aae commit ff11bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/greenpak4/Greenpak4PatternGenerator.cpp
Original file line number Diff line number Diff line change
@@ -169,8 +169,8 @@ bool Greenpak4PatternGenerator::Load(bool* bitstream)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// INPUT BUS

ReadMatrixSelector(bitstream, 2, m_matrix, m_clk);
ReadMatrixSelector(bitstream, 3, m_matrix, m_reset);
ReadMatrixSelector(bitstream, m_inputBaseWord + 2, m_matrix, m_clk);
ReadMatrixSelector(bitstream, m_inputBaseWord + 3, m_matrix, m_reset);

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// CONFIGURATION

0 comments on commit ff11bd3

Please sign in to comment.