Skip to content

Commit

Permalink
altera: max10_program: respect _verbose variable
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Feb 2, 2025
1 parent b96dedb commit 81e46c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/altera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static const std::map<uint32_t, max10_mem_t> max10_memory_map = {

void Altera::max10_program()
{
POFParser _bit(_filename, true);
POFParser _bit(_filename, _verbose);
_bit.parse();
_bit.displayHeader();

Expand Down

0 comments on commit 81e46c7

Please sign in to comment.