diff options
author | N. Engelhardt <nak@yosyshq.com> | 2022-02-18 17:13:09 +0100 |
---|---|---|
committer | N. Engelhardt <nak@yosyshq.com> | 2022-02-18 17:13:09 +0100 |
commit | 8fd1b062491f9ba1f0aed570086e7697731502d4 (patch) | |
tree | 79837b6f19a083cac3578473769420e2c8c4b1e0 /Makefile | |
parent | 15860000487e2d6748843888b78289f95f3ea46b (diff) | |
download | yosys-8fd1b062491f9ba1f0aed570086e7697731502d4.tar.gz yosys-8fd1b062491f9ba1f0aed570086e7697731502d4.tar.bz2 yosys-8fd1b062491f9ba1f0aed570086e7697731502d4.zip |
fix handling of escaped chars in json backend and frontend
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -915,7 +915,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 |