Makefile: Use read_verilog with yosys
authorJoel Stanley <joel@jms.id.au>
Mon, 20 Dec 2021 22:32:24 +0000 (09:02 +1030)
committerJoel Stanley <joel@jms.id.au>
Tue, 21 Dec 2021 02:14:12 +0000 (12:44 +1030)
commit9ceb46395779c2f85821d80aac19e9312c0468a4
tree5a9e48f66b540746ba6be7396c855a1d31378e4a
parent7fa7b45faa17950de44591f7a73722fdf8a87385
Makefile: Use read_verilog with yosys

Yosys changed command line behaviour following the v0.12 release.  Work
around this by using read_verilog, which maintains the old behaviour.

This should work fine for current yosys and be compatible with
future releases.

See https://github.com/YosysHQ/yosys/issues/3109

Signed-off-by: Joel Stanley <joel@jms.id.au>
Makefile