mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-02 07:07:56 +00:00
tests/verific: ensure mixed -f requires VHDL unit
This commit is contained in:
parent
5a64fe2d91
commit
b6c148f84a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
module sv_top(input logic a, output logic y);
|
module sv_top(input logic a, output logic y);
|
||||||
assign y = a;
|
// Instantiates VHDL entity to ensure mixed -f list is required
|
||||||
|
vhdl_mod u_vhdl(.a(a), .y(y));
|
||||||
endmodule
|
endmodule
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
verific -f -sv mixed_flist.flist
|
verific -f -sv mixed_flist.flist
|
||||||
verific -import -all
|
verific -import sv_top
|
||||||
select -assert-mod-count 1 sv_top
|
select -assert-mod-count 1 sv_top
|
||||||
select -assert-mod-count 2 =*
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue