forked from github/verilator
Fix compile error with --trace-fst --sc (#3332).
This commit is contained in:
parent
c2d18d8ae4
commit
956f64c6ba
1
Changes
1
Changes
@ -18,6 +18,7 @@ Verilator 4.219 devel
|
|||||||
* Suppress WIDTH warning on negate using carry bit (#3295). [Peter Monsson]
|
* Suppress WIDTH warning on negate using carry bit (#3295). [Peter Monsson]
|
||||||
* Fix skipping public enum values with four-state values (#3303).
|
* Fix skipping public enum values with four-state values (#3303).
|
||||||
* Fix $readmem file not found to be warning not error (#3310). [Alexander Grobman]
|
* Fix $readmem file not found to be warning not error (#3310). [Alexander Grobman]
|
||||||
|
* Fix compile error with --trace-fst --sc (#3332). [leavinel]
|
||||||
|
|
||||||
|
|
||||||
Verilator 4.218 2022-01-17
|
Verilator 4.218 2022-01-17
|
||||||
|
@ -86,6 +86,7 @@ class VerilatedCovContext;
|
|||||||
class VerilatedEvalMsgQueue;
|
class VerilatedEvalMsgQueue;
|
||||||
class VerilatedFst;
|
class VerilatedFst;
|
||||||
class VerilatedFstC;
|
class VerilatedFstC;
|
||||||
|
class VerilatedFstSc;
|
||||||
class VerilatedScope;
|
class VerilatedScope;
|
||||||
class VerilatedScopeNameMap;
|
class VerilatedScopeNameMap;
|
||||||
class VerilatedVar;
|
class VerilatedVar;
|
||||||
|
Loading…
Reference in New Issue
Block a user