3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 05:08:56 +00:00

add setenv pass

This commit is contained in:
N. Engelhardt 2024-11-28 13:55:45 +01:00
parent b66897e9b9
commit 8b0f665cc5
4 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1 @@
${filename}

4
tests/verific/setenv.ys Normal file
View file

@ -0,0 +1,4 @@
setenv filename case.sv
verific -f -sv setenv.flist
verific -import top
select -assert-mod-count 1 top