Skip to content

Commit

Permalink
Merge pull request #791 from os-fpga/yosys-io
Browse files Browse the repository at this point in the history
Update status
  • Loading branch information
alaindargelas authored Sep 20, 2024
2 parents 2fb0197 + 974aa3a commit bc7f685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(VERSION_MINOR 0)



set(VERSION_PATCH 372)
set(VERSION_PATCH 373)



Expand Down
1 change: 1 addition & 0 deletions design_edit/src/primitives_extractor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@ void PRIMITIVES_EXTRACTOR::post_sdc_comment(SDC_ENTRY*& entry, uint32_t offset,
const std::string& type,
const std::string& comment) {
log_assert(type == "Skip" || type == "Fail");
m_netlist_status = m_netlist_status && type != "Fail";
POST_MSG(offset, "%s reason: %s", type.c_str(), comment.c_str());
entry->comments.push_back(
stringf("# %s reason: %s", type.c_str(), comment.c_str()));
Expand Down

0 comments on commit bc7f685

Please sign in to comment.