You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Other suggested names are:
37
37
- Scheduling semantics violation
38
38
- cxxrtl
39
39
-[cxxrtl: -O1 optimisation unbuffers wires too permissively](https://github.com/YosysHQ/yosys/issues/5371)
40
+
-[cxxrtl: timing bug in flip-flop evaluation](https://github.com/YosysHQ/yosys/issues/5471)
40
41
41
42
### Low quality bugs
42
43
@@ -48,7 +49,8 @@ Other suggested names are:
48
49
-[Simulation error in always @* block ?](https://github.com/steveicarus/iverilog/issues/1254)
49
50
This bug is interesting because icarus verilog is the only one of the free simulators to correctly handle this initialisation, but did not want to bother the other repos for the moment (if I am desperate for opening issues then so be it)
50
51
- Is it a posedge if there is no transition from 0 to 1 but an intialisation value already at one, same for negedge (cxxrtl does not agree with the other simulators about this)
51
-
- Transfuzz bugs not fixed yet
52
+
- Previously known
53
+
-[The out-of-bounds part-select write behavior is inconsistent with IEEE](https://github.com/verilator/verilator/issues/2984)
0 commit comments