chipsalliance / Cores-VeeR-EL2

VeeR EL2 Core
https://chipsalliance.github.io/Cores-VeeR-EL2/html/index.html
Apache License 2.0
235 stars 68 forks source link

Fix Verilator build #191

Closed RRozak closed 2 weeks ago

RRozak commented 2 weeks ago

It adds necessary "" around ${CFLAGS} variable. Without them, the value of that variable (a set of flags) is inserted in that place and only a first flag is consumed by -CFLAGS argument of Verilator. The others are just handled as parameters of Verilator.

github-actions[bot] commented 2 weeks ago

Links to coverage and verification reports for this PR (#191) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

tmichalak commented 2 weeks ago

LGTM