3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-30 12:25:52 +00:00

[YOSYS][Issue 3594] Print backtrace on abort/assert #3594

ERROR: No such command: prox (type help for a command overview)
Error while executing script:
	Running script on file demo.ys
---------------------------------
   1 read_verilog ./tests/lut/map_not.v
   2 opt
   3 proc_clean
-->4 prox
---------------------------------
This commit is contained in:
Muthu Annamalai 2023-05-09 05:30:16 +00:00
parent 0469405abf
commit dd5a56128a
3 changed files with 26 additions and 3 deletions

View file

@ -95,6 +95,7 @@ YOSYS_NAMESPACE_BEGIN
struct log_cmd_error_exception { };
extern std::vector<FILE*> log_files;
extern std::vector<std::string> log_line_number;
extern std::vector<std::ostream*> log_streams;
extern std::vector<std::string> log_scratchpads;
extern std::map<std::string, std::set<std::string>> log_hdump;