Add support for verilator 5.018+

This commit is contained in:
Nikolay Puzanov 2023-11-07 14:27:08 +03:00
parent e67558de14
commit 1e0bfb58cf

View File

@ -567,6 +567,7 @@
(with-output-to-file command-file (with-output-to-file command-file
(lambda () (lambda ()
(println "+define+TESTBENCH") (println "+define+TESTBENCH")
(println "-CFLAGS -fcoroutines")
(println "--timescale 1ps/1ps") (println "--timescale 1ps/1ps")
(println "--top-module ~a" top) (println "--top-module ~a" top)
(println "--Mdir ~a" (path+ work-dir top)) (println "--Mdir ~a" (path+ work-dir top))