diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2022-03-04 13:57:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 13:57:32 +0100 |
commit | c3124023e441c99dbdff40cb730d5b05499a378d (patch) | |
tree | 4c1aea11c042553307d7c5895be6f4df480ed13c /Makefile | |
parent | 7be7f5e02eaa0ed0ade5d6119fb2f2340586b67d (diff) | |
parent | 8fd1b062491f9ba1f0aed570086e7697731502d4 (diff) | |
download | yosys-c3124023e441c99dbdff40cb730d5b05499a378d.tar.gz yosys-c3124023e441c99dbdff40cb730d5b05499a378d.tar.bz2 yosys-c3124023e441c99dbdff40cb730d5b05499a378d.zip |
Merge pull request #3207 from nakengelhardt/json_escape_quotes
fix handling of escaped chars in json backend and frontend (mostly)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -916,7 +916,7 @@ clean: rm -rf tests/simple/*.out tests/simple/*.log rm -rf tests/memories/*.out tests/memories/*.log tests/memories/*.dmp rm -rf tests/sat/*.log tests/techmap/*.log tests/various/*.log - rm -rf tests/bram/temp tests/fsm/temp tests/realmath/temp tests/share/temp tests/smv/temp + rm -rf tests/bram/temp tests/fsm/temp tests/realmath/temp tests/share/temp tests/smv/temp tests/various/temp rm -rf vloghtb/Makefile vloghtb/refdat vloghtb/rtl vloghtb/scripts vloghtb/spec vloghtb/check_yosys vloghtb/vloghammer_tb.tar.bz2 vloghtb/temp vloghtb/log_test_* rm -f tests/svinterfaces/*.log_stdout tests/svinterfaces/*.log_stderr tests/svinterfaces/dut_result.txt tests/svinterfaces/reference_result.txt tests/svinterfaces/a.out tests/svinterfaces/*_syn.v tests/svinterfaces/*.diff rm -f tests/tools/cmp_tbdata |