Skip to content

Commit bc7f685

Browse files
Merge pull request #791 from os-fpga/yosys-io
Update status
2 parents 2fb0197 + 974aa3a commit bc7f685

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(VERSION_MINOR 0)
1717

1818

1919

20-
set(VERSION_PATCH 372)
20+
set(VERSION_PATCH 373)
2121

2222

2323

design_edit/src/primitives_extractor.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,7 @@ void PRIMITIVES_EXTRACTOR::post_sdc_comment(SDC_ENTRY*& entry, uint32_t offset,
10661066
const std::string& type,
10671067
const std::string& comment) {
10681068
log_assert(type == "Skip" || type == "Fail");
1069+
m_netlist_status = m_netlist_status && type != "Fail";
10691070
POST_MSG(offset, "%s reason: %s", type.c_str(), comment.c_str());
10701071
entry->comments.push_back(
10711072
stringf("# %s reason: %s", type.c_str(), comment.c_str()));

0 commit comments

Comments
 (0)